Skip to content

Commit 70bac27

Browse files
Install transformers with numpy-2 CI (#7119)
Install transformers with numpy-2
1 parent 0a0fa48 commit 70bac27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
196196
"faiss-cpu",
197197
"librosa", # librosa -> numba-0.60.0 requires numpy < 2.1 (see GH-7111)
198198
"tensorflow",
199-
"transformers",
200199
]
201200
TESTS_NUMPY2_REQUIRE = [
202201
library for library in TESTS_REQUIRE if library.partition(">")[0] not in NUMPY2_INCOMPATIBLE_LIBRARIES

0 commit comments

Comments
 (0)