Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Sep 5, 2024
1 parent 02c2026 commit ce77425
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
- matplotlib=3.*
- pyproj>=3.4,<4
- rasterio>=1.3,<2
- scipy>=1.0,<1.13
- scipy=1.*
- tqdm
- scikit-image=0.*
- scikit-gstat>=1.0,<1.1
- scikit-gstat>=1.0.18,<1.1
- geoutils=0.1.8

# Development-specific, to mirror manually in setup.cfg [options.extras_require].
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
- matplotlib=3.*
- pyproj>=3.4,<4
- rasterio>=1.3,<2
- scipy>=1.0,<1.13
- scipy=1.*
- tqdm
- scikit-image=0.*
- scikit-gstat>=1.0,<1.1
- scikit-gstat>=1.0.18,<1.1
- geoutils=0.1.8
- pip

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ numpy==1.*
matplotlib==3.*
pyproj>=3.4,<4
rasterio>=1.3,<2
scipy>=1.0,<1.13
scipy==1.*
tqdm
scikit-image==0.*
scikit-gstat>=1.0,<1.1
scikit-gstat>=1.0.18,<1.1
geoutils==0.1.8
pip

0 comments on commit ce77425

Please sign in to comment.