Skip to content

Commit

Permalink
Unfix scipy version with 1.11.2 bug now fixed (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 28, 2023
1 parent c0cfad7 commit cb2dd96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- matplotlib
- pyproj>=3.4
- rasterio>=1.3
- scipy<1.11.1
- scipy
- tqdm
- scikit-image
- scikit-gstat>=1.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- matplotlib
- pyproj>=3.4
- rasterio>=1.3
- scipy<1.11.1
- scipy
- tqdm
- scikit-image
- scikit-gstat>=1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ numpy
matplotlib
pyproj>=3.4
rasterio>=1.3
scipy<1.11.1
scipy
tqdm
scikit-image
scikit-gstat>=1.0
Expand Down

0 comments on commit cb2dd96

Please sign in to comment.