Skip to content

Commit

Permalink
Merge pull request #15 from NASA-IMPACT/fix/rasterio_versioning
Browse files Browse the repository at this point in the history
Relax rasterio versioning so container's non-wheel installation is used.
  • Loading branch information
sharkinsspatial authored Jun 21, 2024
2 parents 1ea40c3 + ccd6056 commit 4c1bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires=[
"matplotlib",
"numpy~=1.19.0",
"rasterio==1.1.3",
"rasterio",
"typing-extensions",
],
extras_require={"test": ["black[jupyter]==21.12b0", "flake8", "pytest"]},
Expand Down

0 comments on commit 4c1bdfd

Please sign in to comment.