forked from ESMValGroup/ESMValCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
78 lines (77 loc) · 1.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
name: esmvaltool
channels:
- conda-forge
- nodefaults
dependencies:
- cartopy
- cf-units
- cftime
- dask
- dask-jobqueue
- distributed
- esgf-pyclient >=0.3.1
- esmpy >=8.6.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
- filelock
- fiona
- fire
- geopy
- humanfriendly
- iris >=3.9.0
- iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
- iris-grib
- isodate
- jinja2
- libnetcdf !=4.9.1 # to avoid hdf5 warnings
- nc-time-axis
- nested-lookup
- netcdf4
- numpy !=1.24.3,<2.0.0 # avoid pulling 2.0.0rcX
- packaging
- pandas !=2.2.0,!=2.2.1,!=2.2.2 # github.com/ESMValGroup/ESMValCore/pull/2305 and #2349
- pillow
- pip !=21.3
- prov
- psutil
- py-cordex
- pybtex
- python >=3.10
- python-stratify >=0.3
- pyyaml
- requests
- scipy >=1.6
- shapely >=2.0.0
- yamale
# Python packages needed for building docs
- autodocsumm >=0.2.2
- ipython
- nbsphinx
- sphinx >=6.1.3
- pydata-sphinx-theme
# Python packages needed for testing
- mypy >=0.990
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov >=2.10.1
- pytest-env
- pytest-html !=2.1.0
- pytest-metadata >=1.5.1
- pytest-mock
- pytest-mypy
- pytest-xdist
# Not on conda-forge - ESMValTool_sample_data==0.0.3
# Still for testing, MyPy library stubs
- types-requests
- types-PyYAML
# Python packages needed for installing in development mode
- codespell
- docformatter
- isort
- pre-commit
- pylint
- flake8 >= 7
- pydocstyle
# Not on conda forge - vprof
- yamllint
- yapf
- pip:
- ESMValTool_sample_data