Skip to content

Commit

Permalink
unpin rasterio and bump python
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Feb 1, 2025
1 parent 743f868 commit d3c713a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sds
channels:
- conda-forge
dependencies:
- python ==3.12.*
- python ==3.13.*
# to run the code
- astropy >=6
- contextily >=1.6
Expand All @@ -22,10 +22,9 @@ dependencies:
- pyarrow >=17
- pyinterpolate >=0.5
- pyogrio >=0.9
- rasterio <1.4.0
- rasterio >=1.4.0
- rioxarray >=0.17
- rasterio >=1.3
- scikit-learn
- scikit-learn >=1.6
- seaborn >=0.13
- spglm >=1.1
- spreg >=1.4
Expand Down

0 comments on commit d3c713a

Please sign in to comment.