-
Notifications
You must be signed in to change notification settings - Fork 12
/
environment.yml
44 lines (41 loc) · 1.08 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
# list of packages/ libraries used for the PyVis workshop
# use 'conda env create -f environment.yml' or 'mamba env create -f environment.yml'
# to create the environment
# 24-03-18: recent changes in psyplot seem to have introduced some bugs, which is why cartopy,
# and all psy packages are pinned for now
name: pyvis
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.11
- pip
# plotting and data handling
- cartopy=0.21.1
- cmcrameri
- geopandas
- matplotlib
- netCDF4
- numpy
- pandas
- pooch
- psy-maps=1.4.2
- psy-reg=1.4.0
- psy-simple=1.4.1
- psyplot=1.4.3
- scipy
- seaborn
- xarray
# code formatting
- black
- isort
# jupyter
- ipykernel
- ipympl
- jupyterlab
- jupyterlab_code_formatter
- eccodes
- pip:
- https://github.com/mathause/mplotutils/archive/v0.5.0.zip
# iconarray should be set to same version as in https://github.com/C2SM/icon-vis/blob/master/env/environment.yml
- git+https://github.com/C2SM/iconarray@v0.3.2#egg=iconarray