Browse Source

Exchanged requirements type

master
rskuza 2 years ago
parent
commit
03066c590e
  1. 33
      Code/Scripts/Python Scripts/requirements.txt
  2. 24
      Code/Scripts/Python Scripts/requirements.yaml

33
Code/Scripts/Python Scripts/requirements.txt

@ -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

24
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
Loading…
Cancel
Save