Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Feb 2, 2025
1 parent 1f24546 commit da12aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ where =
python_requires = >=3.9
install_requires =
joblib
numpy<2.0;python_version<"3.10"
numpy;python_version>="3.10"
numpy<2.0;torch<"2.4"
numpy;torch>="2.4"
literate-dataclasses
scikit-learn
scipy
Expand Down

0 comments on commit da12aaf

Please sign in to comment.