Skip to content

Commit

Permalink
Ease rasterio restriction (#262)
Browse files Browse the repository at this point in the history
ease rasterio restriction
  • Loading branch information
euronion authored Nov 21, 2022
2 parents bfbf638 + 25b4c96 commit c9a06ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- geopandas
- cdsapi
- pyproj>=2.0
- rasterio>1.2.10
- rasterio!=1.2.10
- shapely
- progressbar2
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"toolz",
"requests",
"pyyaml",
"rasterio>1.2.10",
"rasterio!=1.2.10",
"shapely",
"progressbar2",
"tqdm",
Expand Down

0 comments on commit c9a06ce

Please sign in to comment.