-
Notifications
You must be signed in to change notification settings - Fork 18
/
environment.yml
58 lines (58 loc) · 1.11 KB
/
environment.yml
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
55
56
57
58
name: xcube
channels:
- conda-forge
dependencies:
# Python
- python >=3.9
# Required
- affine >=2.2
- botocore >=1.34.51
- cftime >=1.6.3
- click >=8.0
- cmocean >=2.0
- dask >=2021.6
- dask-image >=0.6
- deprecated >=1.2
- distributed >=2021.6
- fiona >=1.8
- fsspec >=2021.6
- gdal >=3.0
- geopandas >=0.8
- jdcal >=1.4
- jsonschema >=3.2
- mashumaro
- matplotlib-base >=3.8.3
- netcdf4 >=1.5
- numba >=0.52
- numcodecs >=0.12.1
- numpy >=1.16
- pandas >=1.3
- pillow >=6.0
- pyjwt >=1.7
- pyproj >=3.0
- pyyaml >=5.4
- rasterio >=1.2
- requests >=2.25
- rfc3339-validator >=0.1 # for python-jsonschema date-time format validation
- rioxarray >=0.11
- s3fs >=2021.6
- setuptools >=41.0
- shapely >=1.6
- tabulate >=0.9
- tornado >=6.0
- urllib3 >=1.26
- xarray >=2024.7
- zarr >=2.11,<3 # until we can ensure zarr 3 compatibility; see Issue #1102
# Chartlets
- altair
- pip
- pip:
- chartlets >=0.0.28
# Testing
- flake8 >=3.7
- kerchunk
- moto >=4
- pytest >=4.4
- pytest-cov >=2.6
- requests-mock >=1.8
- werkzeug