diff --git a/setup.py b/setup.py index d3537a520ef..f404965855d 100644 --- a/setup.py +++ b/setup.py @@ -196,7 +196,6 @@ "faiss-cpu", "librosa", # librosa -> numba-0.60.0 requires numpy < 2.1 (see GH-7111) "tensorflow", - "transformers", ] TESTS_NUMPY2_REQUIRE = [ library for library in TESTS_REQUIRE if library.partition(">")[0] not in NUMPY2_INCOMPATIBLE_LIBRARIES