Projektpraktikum/environment.yaml
2023-10-23 15:28:59 +02:00

22 lines
261 B
YAML

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