From 03066c590e972617b6dd4e7563a2d0183f1f5cdc Mon Sep 17 00:00:00 2001 From: rskuza Date: Tue, 30 Aug 2022 11:40:31 +0200 Subject: [PATCH] Exchanged requirements type --- Code/Scripts/Python Scripts/requirements.txt | 33 ------------------- Code/Scripts/Python Scripts/requirements.yaml | 24 ++++++++++++++ 2 files changed, 24 insertions(+), 33 deletions(-) delete mode 100644 Code/Scripts/Python Scripts/requirements.txt create mode 100644 Code/Scripts/Python Scripts/requirements.yaml diff --git a/Code/Scripts/Python Scripts/requirements.txt b/Code/Scripts/Python Scripts/requirements.txt deleted file mode 100644 index 16e367e..0000000 --- a/Code/Scripts/Python Scripts/requirements.txt +++ /dev/null @@ -1,33 +0,0 @@ -python=3.9.12 -analysis @ git+https://github.com/mayou36/analysis-tools@5db2f64e48cac26954d182b62eea7665d26847d2 -awkward==1.8.0 --e git+https://gitlab.cern.ch/LHCb-RD/ewp-bd2ksteeangular-legacy.git@c5e306ac36ce7de31ff8c0e2f1833c1d3b2e1dcb#egg=b2kstll&subdirectory=b2kstll -hep-ml==0.7.1 -iminuit -ipykernel -keras==2.6.0 -matplotlib==3.5.2 -mplhep==0.3.23 -numba -numpy==1.19.5 -pandas==1.4.2 -Pillow==9.1.0 -prettytable==3.3.0 -PyRoot==0.3.0 -pytest==7.1.2 -python-dotenv==0.20.0 -python-utils==3.2.2 -requests==2.27.1 -root-numpy -root-pandas==0.7.0 -scikit-learn==1.1.0 -scipy==1.8.0 -seaborn==0.11.2 -sympy==1.10.1 -tensorboard==2.6.0 -tensorflow==2.6.3 -uncertainties==3.1.6 -uproot==4.2.3 -uproot3-methods==0.10.1 -xgboost==1.6.1 -zfit==0.8.3 diff --git a/Code/Scripts/Python Scripts/requirements.yaml b/Code/Scripts/Python Scripts/requirements.yaml new file mode 100644 index 0000000..50efacc --- /dev/null +++ b/Code/Scripts/Python Scripts/requirements.yaml @@ -0,0 +1,24 @@ +name: anganalysis +channels: + - defaults +dependencies: + - python=3.9.12 + - iminuit + - numpy + - pandas + - matplotlib + - seaborn + - pytest + - pip + - pip: + - uproot==4.2.3 + - awkward==1.8.0 + - zfit + - prettytable + - PyRoot==0.3.0 + - python-dotenv==0.20.0 + - sympy + - uncertainties==3.1.6 + - xgboost==1.6.1 + - mplhep + - hep-ml