Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
strobba committed Sep 8, 2024
1 parent 23bf2e4 commit 90738fe
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 @@ -12,7 +12,7 @@ authors = [
{ name = "Mladen Gibanica", email = "[email protected]" },
]
requires-python = ">=3.9"
dependencies = ["numpy==1.26.4", "fastapi ~= 0.108", "uvicorn[standard]", "geopandas ~= 0.14", "pyarrow ~= 14.0"]
dependencies = ["fastapi ~= 0.108", "uvicorn[standard]", "geopandas ~= 0.14", "pyarrow ~= 14.0"]

[project.optional-dependencies]
lint = ["ruff ~= 0.1"]
Expand Down

0 comments on commit 90738fe

Please sign in to comment.