Skip to content

Commit

Permalink
remove version restriction for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed Nov 2, 2024
1 parent c4dcb70 commit 3b37166
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 @@ -39,7 +39,7 @@
],
python_requires=">=3.0",
install_requires=[
"numpy < 2.0",
"numpy",
"scikit-learn <= 1.4.1.post1",
"tqdm",
"torch >= 1.6.0",
Expand Down

0 comments on commit 3b37166

Please sign in to comment.