generated from ncar-xdev/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
59 lines (59 loc) · 1.06 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
name: esp-lab
channels:
- conda-forge
- nodefaults
dependencies:
- pytest-cov
- pre-commit
- bokeh
- bottleneck
- cartopy
- click=8.0 # click newer than 8.0 breaks dask 2021.9 (see https://github.com/dask/distributed/issues/6013)
- climpred
- cf-units
- cftime
- cmocean
- dask==2021.9
- dask-jobqueue
- distributed==2021.9
- dask-labextension
- eofs
- esmpy
- holoviews
- intake
- intake-esm
- ipykernel
- ipywidgets
- jupyter-server-proxy
- jupyterlab
- matplotlib
- metpy
- nc-time-axis
- netcdf4
- nodejs
- notebook
- numba
- numpy
- pandas
- pint
- pip
- pop-tools
- pre-commit
- pytest
- pytest-cov
- python==3.8
- scipy
- seaborn
- seawater
- statsmodels
- toolz
- tqdm
- watermark
- xarray>=0.19
- xesmf # xarray interface it ESMF tools
- xgcm # General Circulation Model Postprocessing with xarray
- xhistogram # Fast, flexible, label-aware histograms for numpy and xarray
- xrft # fourier transforms for xarray data
- xskillscore>=0.0.23
- zarr
- ncar-jobqueue