Skip to content

Commit 45fbf0d

Browse files
authored
Update pyproject.toml
resolve dependency issue
1 parent 2654350 commit 45fbf0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ documentation = "https://github.com/BriannaLind/PlanetOverlap"
1111
keywords = ["planet", "imagery", "satellite", "geospatial", "analysis"]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.11"
14+
python = "^3.10, ^3.11"
1515
requests = "^2.31"
16-
geopandas = "^1.4"
16+
geopandas = "1.1.2"
1717
shapely = "^2.0"
1818
numpy = "^1.24"
19-
pandas = "^2.1"
19+
pandas = "^2.0"
2020
tqdm = "^4.66"
2121

2222
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)