Skip to content

Commit

Permalink
fix python dependency for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Nov 10, 2024
1 parent 362c40b commit 79fa9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
readme = "long_desc.md"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
census = ">=0.8.22"
factor_analyzer = ">=0.5.1"
geopandas = ">=1.0.1"
Expand Down

0 comments on commit 79fa9b5

Please sign in to comment.