Skip to content

Commit

Permalink
Update setup.py (revert last commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer authored Aug 8, 2024
1 parent 60ecb34 commit ccebb96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def read(fname):
test_suite="tests",
python_requires='>=3.10',
install_requires=[
"numpy",
"scikit-learn",
"scipy",
"numpy<1.22.0",
"scikit-learn>=0.15.0,<1.1.0",
"scipy>=0.11,<1.8.0",
"tensorflow>=2.0.0",
"h5py",
],
Expand Down

0 comments on commit ccebb96

Please sign in to comment.