Skip to content

Commit

Permalink
pin GeoPandas to version number 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenray Janke committed Jun 24, 2024
1 parent 5b88c07 commit 5acaaae
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 @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
version = "0.4.0"
dependencies = ["h5py", "geopandas", "pyarrow", "xarray"]
dependencies = ["h5py", "geopandas>=0.14,<0.15", "pyarrow", "xarray"]

[project.optional-dependencies]
dev = ["pre-commit", "ruff", "pytest", "pytest-cov"]
Expand Down

0 comments on commit 5acaaae

Please sign in to comment.