diff --git a/pyproject.toml b/pyproject.toml index 57bd79c..ae3ddce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,16 +34,16 @@ dynamic = [ "version", ] dependencies = [ - "async-retriever>=0.14.0", + "async-retriever>=0.14", "click>=0.7", "dask", "geopandas>=0.10", "lxml", "numpy>=1.21", "pandas>=1", - "py3dep>=0.14.0", - "pygeoogc>=0.14.0", - "pygeoutils>=0.14.0", + "py3dep>=0.14", + "pygeoogc>=0.14", + "pygeoutils>=0.14", "pyproj>=2.2", "rasterio>=1.2", "rioxarray>=0.11",