-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (31 loc) · 850 Bytes
/
pyproject.toml
File metadata and controls
32 lines (31 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "zarr-datafusion-examples"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"affine>=2.4.0",
"boto3>=1.40.61",
"dask>=2025.11.0",
"earthaccess>=0.15.1",
"icechunk==1.1.20",
"folium>=0.20.0",
"matplotlib>=3.10.7",
"morecantile>=6.2.0",
"obspec-utils>=0.9.0",
"obstore>=0.6.0",
"planetary-computer>=1.0.0",
"pyresample>=1.34.2",
"pystac>=1.14.1",
"pystac-client>=0.9.0",
"rasterio>=1.4.3",
"rasterix>=0.1a4",
"rich>=14.2.0",
"shapely>=2.1.2",
"virtual-tiff>=0.2.0",
"virtualizarr>=2.4.0",
"xarray>=2025.10.1",
"zarr-datafusion-search @ git+https://github.com/developmentseed/zarr-datafusion-search.git@spatial_support#subdirectory=python",
"geodatafusion==0.2.0",
]