Skip to content

Commit

Permalink
fix: update numpy,pandas, and geopandas versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumNZ authored and Mossman1215 committed Sep 11, 2024
1 parent 4898805 commit 02cc6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/python-arcgis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ authors = ["GeoNet"]
[tool.poetry.dependencies]
python = "3.11.9"
arcgis = "2.2.0"
numpy = "1.23.2"
pandas = "2.0.1"
geopandas = "0.13.0"
numpy = "1.26.4"
pandas = "2.1.4"
geopandas = "1.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 02cc6b6

Please sign in to comment.