-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathenvironment.yml
More file actions
68 lines (67 loc) · 1.33 KB
/
environment.yml
File metadata and controls
68 lines (67 loc) · 1.33 KB
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
59
60
61
62
63
64
65
66
67
68
---
name: esmvaltool
channels:
- conda-forge
- nodefaults
dependencies:
- aiohttp
- cartopy
- cf-units
- cftime
- dask >=2025 # github.com/ESMValGroup/ESMValCore/issues/2503
- dask-jobqueue
- distributed
- esgf-pyclient >=0.3.1
- esmvaltool-sample-data
- filelock
- fiona
- fire
- geopy
- humanfriendly
- intake-esgf >=2025.10.22
- intake-esm
- iris
- iris-esmf-regrid >=0.11.0
- iris-grib >=0.20.0 # github.com/ESMValGroup/ESMValCore/issues/2535
- isodate >=0.7.0 # incompatible with very old 0.6.1
- jinja2
- libnetcdf !=4.9.1 # to avoid hdf5 warnings; only on conda-forge
- nc-time-axis
- ncdata
- nested-lookup
- netcdf4
- numpy !=1.24.3
- packaging
- pandas
- pillow
- pip !=21.3
- prov
- psutil
- py-cordex
- pybtex
- python >=3.12
- python-stratify >=0.3
- pyyaml
- requests
- rich
- scipy >=1.6
- shapely >=2.0.0
- xarray
- yamale
- zarr >3
# Python packages needed for building docs
- autodocsumm >=0.2.2
- ipython
- myst-nb
- sphinx >=6.1.3,<9 # github.com/ESMValGroup/ESMValTool/issues/4316
- pydata-sphinx-theme
# Python packages needed for testing
- pre-commit
- pytest >6.0.0
- pytest-cov >=2.10.1
- pytest-env
- pytest-html !=2.1.0
- pytest-metadata >=1.5.1
- pytest-mock
- pytest-xdist
# Not on conda forge - vprof