Skip to content

Commit

Permalink
Merge pull request #295 from mj-will/unpin-scipy
Browse files Browse the repository at this point in the history
Remove maximum scipy version
  • Loading branch information
mj-will authored Mar 31, 2023
2 parents d584945 + 9a404f6 commit 42d4cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy>=1.9
pandas
matplotlib>=2.0
seaborn
scipy>=0.16,<1.10
scipy>=0.16
torch>=1.7.0
tqdm
glasflow
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
pandas
matplotlib>=2.0
seaborn
scipy>=0.16,<1.10
scipy>=0.16
torch>=1.11.0
tqdm
glasflow
Expand Down

0 comments on commit 42d4cba

Please sign in to comment.