Skip to content

Commit

Permalink
MNT: pin more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Feb 21, 2024
1 parent 6fefa18 commit 0b7c61d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ dependencies:
- xarray<=2022.6.0
- wradlib=1.16.2
- dask<=2022.8.1
- tqdm
- hvplot
- tqdm<=4.64.0
- hvplot<=0.8.0
- rioxarray<=0.12.0
- geopandas<=0.11.1
- datashader<=0.14.2
- arm_pyart=1.12.7
- pyrad_arm
- cookiecutter
- pyrad_arm<=0.6.0
- cookiecutter<=2.1.1
# this is needed for baltrad compilation
- compilers
- make
Expand All @@ -33,9 +33,9 @@ dependencies:
- libblas=*=*netlib
- liblapacke=*=*netlib
# this is needed for notebooks
- pip
- pyviz_comms>=2.0
- nbstripout
- zip
- pip<=22.2.2
- pyviz_comms>=2.0,<3
- nbstripout<=0.6.0
- zip<=
- pip:
- sphinx-pythia-theme
14 changes: 7 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ channels:
dependencies:
- python=3.9
- jupyter-book=0.12.3
- pip
- pip<=22.2.2
- wradlib=1.16.2
- dask<=2022.8.1
- tqdm
- hvplot
- tqdm<=4.64.0
- hvplot<=0.8.0
- rioxarray<=0.12.0
- geopandas<=0.11.1
- datashader<=0.14.2
- arm_pyart=1.12.7
- pyrad_arm
- pyrad_arm<=0.6.0
- matplotlib<=3.5.3
- cartopy<=0.20.3
- numpy<=1.23.2
- xarray<=2022.6.0
- metpy
- nbstripout
- cookiecutter
- metpy<=1.3.1
- nbstripout<=0.6.0
- cookiecutter<=2.1.1
# this is needed for baltrad compilation
- compilers
- make
Expand Down

0 comments on commit 0b7c61d

Please sign in to comment.