Skip to content

Commit

Permalink
Defining versions for others dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Aug 15, 2024
1 parent 83a3597 commit 537e765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ classifiers = [
dependencies = [
"numpy<=2.0",
"torch<=2.4.0",
"numba",
"numba<=0.60.0",
"scipy<=1.14.1",
"sympy",
"scikit-learn",
"sympy<=1.13.1",
"scikit-learn<=1.5.1",
"psutil",
"h5py",
"dask",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy<=2.0
numba
numba<=0.60.0
scipy<=1.14.0
sympy
sympy<=1.13.1
torch<=2.4.0
scikit-learn
scikit-learn<=1.5.1
psutil
h5py
dask
Expand Down

0 comments on commit 537e765

Please sign in to comment.