Skip to content

Commit

Permalink
Remove numpy version constraint in setup.py (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3110Fr13nd authored Oct 8, 2024
1 parent 049b00f commit d9754ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"transformers[sentencepiece]>=4.29,<4.46.0",
"torch>=1.11",
"packaging",
"numpy<2.0", # transformers requires numpy<2.0 https://github.com/huggingface/transformers/pull/31569
"numpy",
"huggingface_hub>=0.8.0",
"datasets",
]
Expand Down

0 comments on commit d9754ab

Please sign in to comment.