-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
49 lines (46 loc) · 962 Bytes
/
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
name: s2spy
channels:
- conda-forge
dependencies:
- cartopy
- cftime
- conda
- climpred
- xeofs
- h5py
- hdf4
- hdf5
- ipython
- matplotlib
- matplotlib-base
- nb_conda_kernels
- nbformat
- netcdf4
- numpy
- pandas
- pip
- python>=3.8, <=3.9
- ipython
- scikit-learn
- pytables
- scipy
- seaborn
- shapely
- statsmodels
- xarray
- properscoring
- joblib # <- for parallel computing
- esmf # <- optional packages for regridding
- xesmf # <- optional packages for regridding
- pip:
- s2spy
prefix: ~/miniconda3/envs/s2spy
# If mamba has not been installed in your conda base environment, then please run:
# conda install mamba -n base -c conda-forge
# mamba env create -f environment.yml
# after installing:
# conda activate s2spy
# should already be installed, but:
# mamba install ipykernel
# python -m ipykernel install --user --name=s2spy
# or ipython kernel install --user --name=s2spy