-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathenvironment.yaml
More file actions
27 lines (27 loc) · 881 Bytes
/
environment.yaml
File metadata and controls
27 lines (27 loc) · 881 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
name: base
channels:
- conda-forge
dependencies:
- adlfs=2022.2.0
- dask=2022.2.0
- click=8.0.3
- cftime=1.5.2
- esmf=8.3.1 # Required by old release of xesmf.
- intake=0.6.5 # Not direct dependency. Used in container environment.
- intake-esm=2021.8.17 # Not direct dependency. Used in container environment.
- gcsfs=2022.1.0
- git # Needed to pull pip requirement below in container build.
- numpy=1.22.2
- papermill=2.3.4 # Not direct dependency. Used in container environment.
- pip=22.0.3
- pint<0.20 # Not a direct dependency but required for this old xclim fork: git+https://github.com/ClimateImpactLab/xclim@63023d27f89a457c752568ffcec2e9ce9ad7a81a
- pytest=7.0.1
- pytest-cov
- python=3.9
- s3fs=2022.1.0
- xarray=0.21.1
- xesmf=0.6.2
- bottleneck=1.3.2
- zarr=2.11.0
- pip:
- git+https://github.com/ClimateImpactLab/xclim@63023d27f89a457c752568ffcec2e9ce9ad7a81a