Skip to content

Commit

Permalink
Install transformers with numpy-2 CI (#7119)
Browse files Browse the repository at this point in the history
Install transformers with numpy-2
  • Loading branch information
albertvillanova authored Aug 21, 2024
1 parent 0a0fa48 commit 70bac27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70bac27

Please sign in to comment.