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

Commit eadada8

Browse files
fix: lock numpy
1 parent 64c3030 commit eadada8

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
@@ -42,7 +42,7 @@ def finalize_options(self):
4242
except ImportError:
4343
BdistWheel = None
4444

45-
requirements = ['numpy>=1.22.2',
45+
requirements = ['numpy<2',
4646
'scipy',
4747
'rasterio[s3]>=1.3.8',
4848
'utm',

0 commit comments

Comments
 (0)