Skip to content

Commit

Permalink
Merge pull request #136 from matthiasdemuzere/pin-rasterio
Browse files Browse the repository at this point in the history
pin rasterio to < 1.4
  • Loading branch information
jkittner authored Nov 10, 2024
2 parents 61a479e + 1af2b59 commit 1384fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
netCDF4
numpy>=1.21
pandas
rasterio>=1.1.6
rasterio>=1.1.6,<1.4.0
rioxarray
scipy
tqdm
Expand Down

0 comments on commit 1384fee

Please sign in to comment.