Skip to content

Commit

Permalink
Merge pull request #196 from IBM/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
Joao-L-S-Almeida authored Aug 15, 2024
2 parents a531649 + 537e765 commit 59be41d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ classifiers = [
]
dependencies = [
"numpy<=2.0",
"torch<=2.3.0",
"numba",
"scipy<1.11.1",
"sympy",
"torch<=2.0.1",
"scikit-learn",
"torch<=2.4.0",
"numba<=0.60.0",
"scipy<=1.14.1",
"sympy<=1.13.1",
"scikit-learn<=1.5.1",
"psutil",
"h5py",
"dask",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy<=2.0
numba
scipy
sympy
numba<=0.60.0
scipy<=1.14.0
sympy<=1.13.1
torch<=2.4.0
scikit-learn
scikit-learn<=1.5.1
psutil
h5py
dask
Expand Down

0 comments on commit 59be41d

Please sign in to comment.