From 348773f9969f968c5e3ef33b0a84dc8c85c69e89 Mon Sep 17 00:00:00 2001 From: Feichtinger Derek Date: Fri, 16 Oct 2020 22:50:25 +0200 Subject: [PATCH] hep_root conda env implemented for Alexander Skawran late commit of implementation from Feb 2020 --- .../2019.07/conda-env-defs/hep-root/README.md | 1 + .../2019.07/conda-env-defs/hep-root/hep-root.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 Programming/anaconda/2019.07/conda-env-defs/hep-root/README.md create mode 100644 Programming/anaconda/2019.07/conda-env-defs/hep-root/hep-root.yml diff --git a/Programming/anaconda/2019.07/conda-env-defs/hep-root/README.md b/Programming/anaconda/2019.07/conda-env-defs/hep-root/README.md new file mode 100644 index 0000000..db03cff --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/hep-root/README.md @@ -0,0 +1 @@ +ROOT environment created on request from Alexander Skawran diff --git a/Programming/anaconda/2019.07/conda-env-defs/hep-root/hep-root.yml b/Programming/anaconda/2019.07/conda-env-defs/hep-root/hep-root.yml new file mode 100644 index 0000000..a8aa860 --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/hep-root/hep-root.yml @@ -0,0 +1,12 @@ +name: hep_root +channels: + - conda-forge +dependencies: + - python=3.7 + - root + - numpy + - root_numpy + - pandas + - matplotlib + - tensorflow + - nb_conda_kernels