forked from ESMValGroup/ESMValTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
135 lines (131 loc) · 2.3 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
---
name: esmvaltool
channels:
# The release candidate channel should only be activated
# during the rc phase right before the next release of the
# ESMValCore.
# - conda-forge/label/esmvalcore_rc
- conda-forge
- nodefaults
dependencies:
- pip !=21.3
- python >=3.9
- aiohttp
- cartopy
- cdo >=1.9.7
- cdsapi
- cf-units
- cftime
- cmocean
- cython
- dask
- distributed
- ecmwf-api-client
- eofs
- esmpy
- esmvalcore 2.9.*
- fiona
- fire
- gdal
- iris >=3.6.0
- iris-esmf-regrid >=0.7.0
- jinja2
- joblib
- lime
- mapgenerator >=1.0.5
- matplotlib-base
- natsort
- nc-time-axis
- netCDF4
- numpy !=1.24.3 # severe masking bug
- packaging
- openpyxl
- pandas
- progressbar2
- prov
- psyplot
- psy-maps
- psy-reg
- psy-simple
- pyproj >=2.1
- python-cdo
- python-dateutil
- pyyaml
- rasterio
- requests
- ruamel.yaml
- scikit-image
- scikit-learn
- scipy
- seaborn
- seawater
- shapely
- xarray >=0.12.0
- xesmf >=0.7.1
- xgboost >1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
- xlsxwriter
- zarr
# Python packages needed for testing
- flake8
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
- pytest-html !=2.1.0
- pytest-metadata >=1.5.1
- pytest-mock
- pytest-xdist
# Python packages needed for building docs
- autodocsumm >=0.2.2
- nbsphinx
- sphinx >=6.1.3
- pydata-sphinx-theme
# Python packages needed for development
- codespell
- docformatter
- isort
- pre-commit
- prospector
- pyroma
# - vprof not on conda-forge
- yamllint
- yapf
# NCL and dependencies
- ncl
- cdo
- imagemagick
- nco
# R and dependencies
- cdo
- r-base >=3.5
- r-abind
- r-akima <=0.6-2.3 # see https://github.com/ESMValGroup/ESMValTool/issues/2695
- r-climdex.pcic
- r-climprojdiags
- r-docopt
- r-dotcall64
- r-functional
- r-ggplot2
- r-gridextra
- r-lintr
- r-logging
- r-mapproj
- r-maps
- r-multiapply
- r-ncdf4
- r-ncdf4.helpers
- r-pcict
- r-plyr
- r-rcolorbrewer
- r-rcpp
- r-s2dverification
- r-snow
- r-spei
- r-styler
- r-udunits2
- r-yaml
# R packages needed for development
- r-git2r # dependency of lintr
- r-lintr
- r-styler
# Julia (dependencies installed by separate script)
- julia