From 6fefa1815cb6f9e6cc03622bfa7e52e5528bef64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Tue, 20 Feb 2024 14:03:02 +0100 Subject: [PATCH] MNT: pin more dependencies --- binder/environment.yml | 24 +++++++++++------------- environment.yml | 20 +++++++++----------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 6a9ee9da..a37db0fe 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -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 @@ -37,7 +37,5 @@ dependencies: - pyviz_comms>=2.0 - nbstripout - zip - # pythia dependencies - - jupyter-book=0.12.3 - pip: - sphinx-pythia-theme diff --git a/environment.yml b/environment.yml index df879204..c0795805 100644 --- a/environment.yml +++ b/environment.yml @@ -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 @@ -33,7 +33,5 @@ dependencies: - tar - libblas=*=*netlib - liblapacke=*=*netlib - # pythia dependencies - - jupyter-book=0.12.3 - pip: - sphinx-pythia-theme