Skip to content

Commit

Permalink
Update to latest NumPy version compatible with arcgis
Browse files Browse the repository at this point in the history
Otherwise an exception will be triggered (e.g. within arcgis.geometry.Polygon.coordinates()): numpy/numpy#22004
  • Loading branch information
mistafunk committed Jun 26, 2023
1 parent b70b627 commit 2fafd1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envs/linux/requirements-py38.txt
Expand Up @@ -11,4 +11,4 @@ scipy
Shapely
tornado
vispy
numpy==1.21.6
numpy<1.24.0
2 changes: 1 addition & 1 deletion envs/linux/requirements-py39.txt
Expand Up @@ -11,4 +11,4 @@ scipy
Shapely
tornado
vispy
numpy==1.21.6
numpy<1.24.0
1 change: 1 addition & 0 deletions envs/windows/requirements-py37.txt
Expand Up @@ -11,3 +11,4 @@ scipy
Shapely
tornado
vispy
numpy<1.24.0
2 changes: 1 addition & 1 deletion envs/windows/requirements-py38.txt
Expand Up @@ -11,4 +11,4 @@ scipy
Shapely
tornado
vispy
numpy==1.21.6
numpy<1.24.0
2 changes: 1 addition & 1 deletion envs/windows/requirements-py39.txt
Expand Up @@ -11,4 +11,4 @@ scipy
Shapely
tornado
vispy
numpy==1.21.6
numpy<1.24.0

0 comments on commit 2fafd1d

Please sign in to comment.