From 541921555e0c9aeb24416e2bf6e5ec8492089571 Mon Sep 17 00:00:00 2001 From: Kyunggeun Lee Date: Thu, 14 Nov 2024 20:09:22 -0800 Subject: [PATCH] Remove transformers from packaging dependency (#3489) Signed-off-by: Kyunggeun Lee --- packaging/dependencies/reqs_pip_tf_common.txt | 1 - packaging/dependencies/reqs_pip_tf_common_legacy.txt | 1 - packaging/dependencies/reqs_pip_torch_common.txt | 1 - packaging/dependencies/reqs_pip_torch_common_legacy.txt | 1 - packaging/dependencies/tf-torch-cpu/reqs_pip_torch_common.txt | 1 - 5 files changed, 5 deletions(-) diff --git a/packaging/dependencies/reqs_pip_tf_common.txt b/packaging/dependencies/reqs_pip_tf_common.txt index d4f84f34157..b1e1b389067 100644 --- a/packaging/dependencies/reqs_pip_tf_common.txt +++ b/packaging/dependencies/reqs_pip_tf_common.txt @@ -7,4 +7,3 @@ pandas==1.4.3 protobuf==3.19.2 tensorflow-hub tensorflow-model-optimization -transformers==4.38.1 diff --git a/packaging/dependencies/reqs_pip_tf_common_legacy.txt b/packaging/dependencies/reqs_pip_tf_common_legacy.txt index b20fcbb3f40..6ebdb9cdd0c 100644 --- a/packaging/dependencies/reqs_pip_tf_common_legacy.txt +++ b/packaging/dependencies/reqs_pip_tf_common_legacy.txt @@ -7,4 +7,3 @@ pandas==1.4.3 protobuf==3.20.1 tensorflow-hub tensorflow-model-optimization -transformers==4.11.3 diff --git a/packaging/dependencies/reqs_pip_torch_common.txt b/packaging/dependencies/reqs_pip_torch_common.txt index c1e1b639f69..f6298fe762d 100644 --- a/packaging/dependencies/reqs_pip_torch_common.txt +++ b/packaging/dependencies/reqs_pip_torch_common.txt @@ -12,4 +12,3 @@ pandas==1.5.3 protobuf==3.20.2 psutil tensorboardX==2.4 -transformers==4.27.4 diff --git a/packaging/dependencies/reqs_pip_torch_common_legacy.txt b/packaging/dependencies/reqs_pip_torch_common_legacy.txt index c7b461af920..fdf062511c3 100644 --- a/packaging/dependencies/reqs_pip_torch_common_legacy.txt +++ b/packaging/dependencies/reqs_pip_torch_common_legacy.txt @@ -12,4 +12,3 @@ pandas==1.4.3 protobuf==3.20.2 psutil tensorboardX==2.4 -transformers==4.27.4 diff --git a/packaging/dependencies/tf-torch-cpu/reqs_pip_torch_common.txt b/packaging/dependencies/tf-torch-cpu/reqs_pip_torch_common.txt index 19a45d8908b..d1d15c9e2d1 100644 --- a/packaging/dependencies/tf-torch-cpu/reqs_pip_torch_common.txt +++ b/packaging/dependencies/tf-torch-cpu/reqs_pip_torch_common.txt @@ -7,4 +7,3 @@ onnxsim pandas==1.4.3 psutil tensorboardX==2.4 -transformers==4.38.1