Skip to content

Commit

Permalink
remove scipy version caps
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Jul 23, 2024
1 parent 2fffb43 commit 9cb7109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- python>=3.8
- mpi4py
- numpy>=1.19.5, <2
- scipy>=1.10.0, <1.14.0
- scipy>=1.10.0
- tqdm
- scikit-learn
- statsmodels
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
neo>=0.10.0
numpy>=1.19.5, <2
quantities>=0.14.1
scipy>=1.10.0, <1.14.0
scipy>=1.10.0
six>=1.10.0
tqdm

0 comments on commit 9cb7109

Please sign in to comment.