From b89b11cc0ff6117a86203edb1ce67c6717675e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Tue, 9 Jan 2024 15:55:34 +0100 Subject: [PATCH] Adding python dependencies --- inst/environment.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inst/environment.yml diff --git a/inst/environment.yml b/inst/environment.yml new file mode 100644 index 0000000..ea6a9c8 --- /dev/null +++ b/inst/environment.yml @@ -0,0 +1,17 @@ +name: r-reticulate +channels: +# very permissive list of conda channels + - conda-forge + - r + - defaults + - santandermetgroup + - conda-forge/label/broken +dependencies: +# explicit dependencies for ISIMIP3 bias correction Python scripts + - python + - dask + - iris + - scipy + - numpy + - pandas +