-
Notifications
You must be signed in to change notification settings - Fork 128
/
environment_osx.yml
98 lines (97 loc) · 2.28 KB
/
environment_osx.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
---
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:
- aiohttp
- cartopy
- cdo >=2.3.0
- cdsapi
- cf-units
- cfgrib
- cftime
- cmocean
- cython
- dask !=2024.8.0 # https://github.com/dask/dask/issues/11296
- distributed
- ecmwf-api-client
- eofs
- esmpy
- esmvalcore 2.11.*
- fiona
- fire
- fsspec
- gdal >=3.9.0
- importlib_metadata <8 # https://github.com/ESMValGroup/ESMValTool/issues/3699 only for Python 3.10/11 and esmpy<8.6
- iris >=3.11
- iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
- jinja2
- joblib
- lime
- mapgenerator >=1.0.5
- matplotlib-base
- natsort
- nc-time-axis
- netCDF4
- numba
- numpy !=1.24.3 # severe masking bug
- openpyxl
- packaging
- pandas==2.1.4 # unpin when ESMValCore released with https://github.com/ESMValGroup/ESMValCore/pull/2529
- pip !=21.3
- progressbar2
- prov
- psyplot >=1.5.0
- psy-maps >=1.5.0
- psy-reg >=1.5.0
- psy-simple >=1.5.0
- pyproj >=2.1
- pys2index >=0.1.5 # only from conda-forge; https://github.com/ESMValGroup/ESMValTool/pull/3792
- python >=3.10,<3.13
- python-cdo
- python-dateutil
- pyyaml
- rasterio >=1.3.10
- requests
- ruamel.yaml
- scikit-image
- scikit-learn >= 1.4.0 # github.com/ESMValGroup/ESMValTool/issues/3504
- scipy
- seaborn
- seawater
- shapely >=2.0.2
- xarray >=0.12.0
- xesmf >=0.7.1
- xgboost >1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
- xlsxwriter
- zarr
# Python packages needed for unit testing
- flake8 >=6
- 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 ==2.3.0
- docformatter ==1.7.5
- imagehash
- isort ==5.13.2
- pre-commit
- prospector >=1.12 # earliest support for Python 3.12
- pyroma
# - vprof not on conda-forge
- yamllint ==1.35.1
- yapf ==0.32.0