Skip to content

Commit 262883f

Browse files
committed
restrict to numpy 1.x
1 parent b4f5fea commit 262883f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
GDAL>=3.4.2
1414
Pyro4==4.77 # pip-only
1515
pandas>=1.2.1
16-
numpy>=1.11.0,!=1.16.0
16+
numpy>=1.11.0,!=1.16.0,<2.0
1717
Rtree>=0.8.2,!=0.9.1
1818
shapely>=2.0.0
1919
scipy>=1.9.0,!=1.12.*

0 commit comments

Comments
 (0)