From fe6e0f7694e6c311d5dce7535ab70ea021bcf937 Mon Sep 17 00:00:00 2001 From: cetin Date: Mon, 23 Oct 2023 15:28:59 +0200 Subject: [PATCH] environment added --- environment.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 environment.yaml diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 0000000..c5bea24 --- /dev/null +++ b/environment.yaml @@ -0,0 +1,21 @@ +name: basic +channels: + - conda-forge + - defaults +dependencies: + - python=3.10 + - root + - pre-commit + - jupyter + - black=22.8.0 + - clang-format + - matplotlib + - uproot + - awkward + - pandas + - numpy + - scikit-learn + - mplhep + - seaborn + - scipy +