Skip to content

Commit

Permalink
update environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jan 23, 2024
1 parent fb1bb42 commit cbe7d3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ If you are interested in running this material locally on your computer, you wil
conda env create -f environment.yml
conda activate asean2024-pyrad-course
```
1. Since pydda installs [arm_pyart](https://github.com/ARM-DOE/pyart) we will have to remove it (the workflow work with our [MeteoSwiss fork](https://github.com/MeteoSwiss/pyart))
```
conda uninstall arm_pyart
```
1. Finally define some environment variables that are required for some workflows
```
CWD="$(cd "$(dirname "$1")"; pwd -P)/$(basename "$1")"
export PYART_CONFIG=$CWD/pyrad_config/mf_config.py
export METRANETLIB_PATH=$CWD/lib/
```
```
7 changes: 3 additions & 4 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- python=3.9
- numpy<1.25
- numpy
- bottleneck
- scipy
- matplotlib
- cartopy
- pandas
- xarray
- pydda
- pyart_mch
- pyart_mch==1.8.6
- xradar
- pygrib
- wradlib
Expand All @@ -22,7 +22,7 @@ dependencies:
- rioxarray
- geopandas
- datashader
- pyrad_mch=1.8.7
- pyrad_mch=1.8.8
- gdal=3.5.2
- cookiecutter
# this is needed for notebooks
Expand All @@ -32,7 +32,6 @@ dependencies:
- nbstripout
- metpy
- zip
- certifi>=2023.07.22
- cryptography>=41.0.3
- semver>=3.0.1
- nbgitpuller
Expand Down
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.9
- numpy<1.25
- numpy
- bottleneck
- scipy
- matplotlib
Expand Down Expand Up @@ -32,12 +32,11 @@ dependencies:
- nbstripout
- metpy
- zip
- certifi>=2023.07.22
- cryptography>=41.0.3
- semver>=3.0.1
- nbgitpuller
- pip
- pip:
- tornado>=6.3.3
- sphinx-pythia-theme
- cmweather
- cmweather

0 comments on commit cbe7d3b

Please sign in to comment.