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