diff --git a/pyproject.toml b/pyproject.toml index b098277..aadf949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ "ruff~=0.1.11", "pytest~=7.4.4", "build>=0.10,<1.1", "pytest-cov>=4.0,<4.2" , "pre-commit", "httmock"] -examples= ["geopandas~=0.12.2", "pandas~=2.0.0", "rasterio~=1.3.6", "rasterstats>=0.18,<0.20", "setuptools>=67.6.1,<69.1.0", "SQLAlchemy~=2.0.9", "psycopg2"] +examples= ["geopandas~=0.14.2", "pandas~=2.0.0", "rasterio~=1.3.6", "rasterstats>=0.18,<0.20", "setuptools>=67.6.1,<69.1.0", "SQLAlchemy~=2.0.9", "psycopg2"] [tool.setuptools.packages.find]