-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
16 lines (14 loc) · 1.02 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = [ "setuptools", "wheel",]
build-backend = "setuptools.build_meta"
[project]
name = "eo_tools"
version = "2025.2.0"
description = "A toolbox for easily searching, downloading & processing remote sensing imagery from various public sources. "
dependencies = ["python==3.12.8", "pyproj==3.6.1", "pytest==8.3.4", "gdal==3.10.1", "libgdal-jp2openjpeg==3.10.1", "rasterio==1.4.3", "pyrosar==0.27.0", "spatialist==0.14.0", "pip==25.0.1", "pystac==1.12.1", "pystac-client==0.8.5", "geopandas==1.0.1", "pandas==2.2.3", "eodag==3.0.1", "ipykernel==6.29.5", "ipywidgets==8.1.5", "black==25.1.0", "scikit-image==0.25.1", "ipyleaflet==0.19.2", "folium==0.19.4", "tqdm==4.67.1", "xmltodict==0.14.2", "httpx==0.28.1", "xarray==2025.1.2", "netcdf4==1.7.2", "rioxarray==0.17.0", "numba==0.61.0", "dask==2025.1.0", "bottleneck==1.4.2", "planetary-computer==1.0.0"]
[[project.authors]]
name = "Olivier D'Hondt"
email = "[email protected]"
[tool.setuptools]
packages = [ "eo_tools", "eo_tools.S1",]
include-package-data = true