Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 64c3030

Browse files
fix: rasterio
1 parent 88ecbdb commit 64c3030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def finalize_options(self):
4444

4545
requirements = ['numpy>=1.22.2',
4646
'scipy',
47-
'rasterio[s3]==1.3.8',
47+
'rasterio[s3]>=1.3.8',
4848
'utm',
4949
'pyproj>=3.0.0',
5050
'beautifulsoup4[lxml]',

0 commit comments

Comments
 (0)