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 +