From 43dacc0e87124f902a09cc4f62d5f73a1d2e399c Mon Sep 17 00:00:00 2001 From: Olivier D'Hondt Date: Thu, 17 Oct 2024 14:21:49 +0000 Subject: [PATCH] update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afdfd4e..8537f49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "eo_tools" version = "2024.10.1" description = "A toolbox for easily searching, downloading & processing remote sensing imagery from various public sources. " -dependencies = ["python==3.12.7", "pytest==8.3.3", "gdal==3.9.2", "rasterio==1.4.1", "pyrosar==0.24.0", "spatialist==0.14.0", "pip==24.2", "pystac==1.11.0", "pystac-client==0.8.3", "geopandas==1.0.1", "pandas==2.2.3", "eodag==2.12.1", "ipykernel==6.29.5", "ipywidgets==8.1.5", "black==24.10.0", "scikit-image==0.24.0", "ipyleaflet==0.19.2", "folium==0.17.0", "tqdm==4.66.5", "xmltodict==0.14.1", "httpx==0.27.2", "xarray==2024.9.0", "netcdf4==1.7.1", "rioxarray==0.17.0", "numba==0.60.0", "dask==2024.9.1", "bottleneck==1.4.0", "websockets==13.1", "watchfiles==0.24.0", "uvloop==0.20.0", "python-dotenv==1.0.1", "httptools==0.6.1", "planetary-computer==1.0.0"] +dependencies = ["python==3.12.7", "pytest==8.3.3", "gdal==3.9.2", "rasterio==1.3.11", "pyrosar==0.24.0", "spatialist==0.14.0", "pip==24.2", "pystac==1.11.0", "pystac-client==0.8.4", "geopandas==1.0.1", "pandas==2.2.3", "eodag==2.12.1", "ipykernel==6.29.5", "ipywidgets==8.1.5", "black==24.10.0", "scikit-image==0.24.0", "ipyleaflet==0.19.2", "folium==0.17.0", "tqdm==4.66.5", "xmltodict==0.14.2", "httpx==0.27.2", "xarray==2024.9.0", "netcdf4==1.7.1", "rioxarray==0.17.0", "numba==0.60.0", "dask==2024.9.1", "bottleneck==1.4.1", "websockets==13.1", "watchfiles==0.24.0", "uvloop==0.21.0", "python-dotenv==1.0.1", "httptools==0.6.1", "planetary-computer==1.0.0"] [[project.authors]] name = "Olivier D'Hondt" email = "dhondt.olivier@gmail.com"