Skip to content

Commit

Permalink
chore: allow numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofvandijkO committed Jun 20, 2024
1 parent c4ccba7 commit 7800450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def finalize_options(self):
except ImportError:
BdistWheel = None

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

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

0 comments on commit 7800450

Please sign in to comment.