-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
54 lines (54 loc) · 940 Bytes
/
Copy pathenvironment.yml
File metadata and controls
54 lines (54 loc) · 940 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: hyp3-itslive-metadata
channels:
- conda-forge
dependencies:
- python>=3.11
- pip
# For packaging, and testing
- setuptools_scm
- pytest
- pytest-console-scripts
- pytest-cov
# cryoforge
- dask>=2024.11
- distributed>=2024.11
- duckdb
- fsspec>=2022.11
- geojson
- h3-py
- kerchunk>=0.2.6
- numpy
- obstore
- orjson
- pandas
- pyarrow
- pyproj
- pystac>=1.12.0
- pystac-client
- rustac>=0.8.1
- s3fs>=2022.11
- shapely>=2.0.0
- xarray>=2024.11
- psutil
- requests
- tqdm
# TODO: Check if used
- arro3-core
- ciso8601
- earthaccess>=0.14.0
- fastparquet
- h5netcdf>=1.5.0
- neovim
- stac-geoparquet
- tenacity
- unzip
- virtualizarr
- xstac>=0.1.0
- zarr<=3.0.0a
# For running
- boto3
- hyp3lib>=4,<5
- gdal<3.11.1 # https://github.com/conda-forge/hyp3lib-feedstock/issues/32
- s3fs>=2025.1.0
- pip:
- -r requirements-static.txt