Skip to content

Commit

Permalink
Merge pull request #53 from 20treeAI/chore/rasterio
Browse files Browse the repository at this point in the history
fix: rasterio
  • Loading branch information
roelofvandijkO authored Jun 17, 2024
2 parents 88ecbdb + 6b2d106 commit c4ccba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def finalize_options(self):
except ImportError:
BdistWheel = None

requirements = ['numpy>=1.22.2',
requirements = ['numpy<2',
'scipy',
'rasterio[s3]==1.3.8',
'rasterio[s3]>=1.3.8',
'utm',
'pyproj>=3.0.0',
'beautifulsoup4[lxml]',
Expand All @@ -63,7 +63,7 @@ def finalize_options(self):
}

setup(name="s2p",
version="1.6.8",
version="1.6.9",
description="Satellite Stereo Pipeline.",
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c4ccba7

Please sign in to comment.