Skip to content

Commit

Permalink
[TMVA] Add missing TMVA python dependencies to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed May 21, 2024
1 parent 0b22337 commit 37ed73e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
numpy>=1.4.1

# TMVA: SOFIE
# graph_nets
graph_nets
onnx
# sonnet # used for GNNs
sonnet # used for GNNs

# TMVA: PyMVA interfaces
scikit-learn
Expand All @@ -29,3 +29,6 @@ metakernel>=0.20.0
pyspark>=2.4 # Spark backend
dask>=2022.08.1 ; python_version >= "3.8" # Dask backend
distributed>=2022.08.1 ; python_version >= "3.8" # Dask backend

# JsMVA: Jupyter notebook magic for TMVA
ipywidgets

0 comments on commit 37ed73e

Please sign in to comment.