Skip to content

Commit

Permalink
Updating rasterio version (#8)
Browse files Browse the repository at this point in the history
Upgrading because rasterio.fillnodata has a bug at versions below 1.3.2, this is to allow for s2p_pipelines to have the same version as s2p
  • Loading branch information
tonzowonzo authored Oct 26, 2022
1 parent 58e0409 commit 17d94a4
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 @@ -44,7 +44,7 @@ def finalize_options(self):

requirements = ['numpy',
'scipy',
'rasterio[s3] @ https://github.com/rasterio/rasterio/archive/refs/tags/1.3b1.tar.gz',
'rasterio[s3] @ https://github.com/rasterio/rasterio/archive/refs/tags/1.3.3.tar.gz',
'utm',
'pyproj>=2.0.2,<3.0.0',
'beautifulsoup4[lxml]',
Expand Down

0 comments on commit 17d94a4

Please sign in to comment.