Skip to content

Commit

Permalink
Allow Numpy >=2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraczyk committed Sep 29, 2024
1 parent 647c295 commit 6cace02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"datasets>=2.19.0",
"numpy>=1.0.0,<2.0.0", # note: https://github.com/huggingface/datasets/issues/6980
"numpy>=1.0.0,<3.0.0",
"requests>=2.26.0",
"scikit_learn>=1.0.2",
"scipy>=0.0.0",
Expand Down

0 comments on commit 6cace02

Please sign in to comment.