From dbdab2fd6f0bef376eb544da2569545ba22d9ab8 Mon Sep 17 00:00:00 2001 From: Daniel Wolfensberger Date: Wed, 17 Jan 2024 13:28:28 +0100 Subject: [PATCH] force pyrad version to latest --- binder/environment.yml | 2 +- environment.yml | 3 ++- notebooks/pyrad/description-config.ipynb | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index ab76e97..1bc21ef 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -20,7 +20,7 @@ dependencies: - rioxarray - geopandas - datashader - - pyrad_mch + - pyrad_mch=1.8.7 - gdal=3.5.2 - cookiecutter # this is needed for notebooks diff --git a/environment.yml b/environment.yml index 8feeb1c..1bc21ef 100644 --- a/environment.yml +++ b/environment.yml @@ -20,7 +20,8 @@ dependencies: - rioxarray - geopandas - datashader - - pyrad_mch + - pyrad_mch=1.8.7 + - gdal=3.5.2 - cookiecutter # this is needed for notebooks - pip diff --git a/notebooks/pyrad/description-config.ipynb b/notebooks/pyrad/description-config.ipynb index bbdd633..fae639b 100644 --- a/notebooks/pyrad/description-config.ipynb +++ b/notebooks/pyrad/description-config.ipynb @@ -4,6 +4,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "# Description of pyrad config files\n", + "\n", "## 0 : Plot a volume scan (pyrad_config/00_plot_vol)\n", "---\n", " \n",