forked from coecms/cms-conda-singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
84 lines (83 loc) · 1.73 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
name: med-condaenv
channels:
- conda-forge
- accessnri
variables:
CARTOPY_USER_BACKGROUNDS: /g/data/xp65/public/apps/cartopy-data/backgrounds
dependencies:
- apscheduler
- fs
- python>=3.11
- libnetcdf=*=mpi_openmpi* # pinned for solver stability
- pip
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- autopep8
- accessnri::benchcab
- cartopy
- pyyaml
- cdo>=1.9.5 # pinned for solver stability
- matplotlib
- jinja2
- dask
- distributed
- dask-labextension
- panel
- hvplot
- datashader
- iris>=3.1.0
- iris-esmf-regrid
- iris-grib
- intake
- access-nri-intake>=0.1.5
- netcdf4<=1.6.0 ### Workaround for https://github.com/pydata/xarray/issues/7079
- mo_pack
- nodejs>=20.0.0
- numpy>=1.21, !=1.24.3, <=1.23.5 # severe masking bug
- pandas
- scipy
- h5py
- numba
- scikit-image
- jupyter
- notebook<6.5.3
- jupyter_nbextensions_configurator
- jupyter_contrib_nbextensions
- jupyterlab
- jsonschema>=4.18.1
- jupyterlab_server
- jupyter-server-proxy
- jupyter-resource-usage
- greenlet ### Dependency of... something?
- objgraph ### Unlisted dependency of greenlet
- asyncssh
- gevent
- openmpi==4.1.6
- mpi4py
- esmf=*=mpi_openmpi*
- esmpy
- pytest-json-report ### Needed for esmpy
- xesmf>=0.7.1
- xarray>=0.12.0
- shapely
- cf_xarray
- sparse
- coecms::ucx-py
- xgboost >1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
- med-diagnostics==0.0.1 # pining for now
- access-med-tools==0.1.9
- pillow
- ipywidgets
- astropy
- tqdm
- moderngl
- ffmpeg
- pip:
- lavavu==1.8.84
- railroad-diagrams ### Unlisted dependency of pip and pyparsing
- git+https://github.com/rubisco-sfa/[email protected]
- git+https://github.com/ACCESS-NRI/[email protected]
- py360convert
- numpy-quaternion
# Julia (dependencies installed by separate script)
- julia