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 +