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 20, 2024
1 parent 5343a76 commit 6fefa18
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
24 changes: 11 additions & 13 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ channels:
- conda-forge
dependencies:
- python=3.9
- jupyter-book
- numpy
- scipy
- matplotlib
- cartopy
- pandas
- xarray
- jupyter-book=0.12.3
- numpy<=1.23.2
- scipy<=1.9.1
- matplotlib<=3.5.3
- cartopy<=0.20.3
- pandas<=1.4.3
- xarray<=2022.6.0
- wradlib=1.16.2
- dask
- dask<=2022.8.1
- tqdm
- hvplot
- rioxarray
- geopandas
- datashader
- rioxarray<=0.12.0
- geopandas<=0.11.1
- datashader<=0.14.2
- arm_pyart=1.12.7
- pyrad_arm
- cookiecutter
Expand All @@ -37,7 +37,5 @@ dependencies:
- pyviz_comms>=2.0
- nbstripout
- zip
# pythia dependencies
- jupyter-book=0.12.3
- pip:
- sphinx-pythia-theme
20 changes: 9 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ channels:
- conda-forge
dependencies:
- python=3.9
- jupyter-book
- jupyter-book=0.12.3
- pip
- wradlib=1.16.2
- dask
- dask<=2022.8.1
- tqdm
- hvplot
- rioxarray
- geopandas
- datashader
- rioxarray<=0.12.0
- geopandas<=0.11.1
- datashader<=0.14.2
- arm_pyart=1.12.7
- pyrad_arm
- cartopy
- matplotlib
- numpy
- xarray
- matplotlib<=3.5.3
- cartopy<=0.20.3
- numpy<=1.23.2
- xarray<=2022.6.0
- metpy
- nbstripout
- cookiecutter
Expand All @@ -33,7 +33,5 @@ dependencies:
- tar
- libblas=*=*netlib
- liblapacke=*=*netlib
# pythia dependencies
- jupyter-book=0.12.3
- pip:
- sphinx-pythia-theme

0 comments on commit 6fefa18

Please sign in to comment.