Skip to content

Commit

Permalink
deps: remove maximum scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Mar 31, 2023
1 parent d584945 commit 9a404f6
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 9a404f6

Please sign in to comment.