From 275c25df8b925e61de57a577c8508301c316c1ab Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Mon, 4 Nov 2024 16:58:34 +0200 Subject: [PATCH 1/3] add pythia_datasets to environment.yml --- software/environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/environment.yml b/software/environment.yml index 6ddf6639..7a94cbe5 100644 --- a/software/environment.yml +++ b/software/environment.yml @@ -23,3 +23,5 @@ dependencies: - altair-all - vega_datasets - xarray + - pythia_datasets + From f6166d551ecbbc9fbda7285333759d83b3bfbb7c Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Mon, 4 Nov 2024 17:05:58 +0200 Subject: [PATCH 2/3] also add netcdf4 --- software/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/environment.yml b/software/environment.yml index 7a94cbe5..bcff8ee3 100644 --- a/software/environment.yml +++ b/software/environment.yml @@ -24,4 +24,4 @@ dependencies: - vega_datasets - xarray - pythia_datasets - + - netcdf4 From 8d5d78cd0e01e4a21b16349192cf24f46afd2789 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 4 Nov 2024 19:00:43 +0100 Subject: [PATCH 3/3] install pythia_datasets using pip it did not install/resolve for me from conda-forge --- software/environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/software/environment.yml b/software/environment.yml index bcff8ee3..66457722 100644 --- a/software/environment.yml +++ b/software/environment.yml @@ -23,5 +23,7 @@ dependencies: - altair-all - vega_datasets - xarray - - pythia_datasets - netcdf4 + - pip + - pip: + - pythia_datasets