File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 6868
6969 - name : Install tutorials dependencies
7070 run : |
71- python -m pip install --no-cache-dir -r requirements.txt
71+ python -m pip install --no-cache-dir -r test/wheels/ requirements-ci .txt
7272
7373 - name : Run tutorials
7474 run : |
Original file line number Diff line number Diff line change 1+ # ROOT requirements for third-party Python packages for Python wheels tests
2+
3+ # PyROOT: Interoperability with numpy arrays
4+ numpy
5+ pandas
6+
7+ # PyROOT: ROOT.Numba.Declare decorator
8+ numba
9+ cffi
10+
11+ # Distributed RDataFrame
12+ pyspark # Spark backend
13+ dask>=2022.08.1 # Dask backend
14+ distributed>=2022.08.1 # Dask backend
15+
16+ # Unified Histogram Interface (UHI)
17+ uhi
18+ matplotlib
19+ mplhep
20+
21+ # For testing
22+ pytest
23+
24+ # Other
25+ scikit-learn
26+ xgboost
You can’t perform that action at this time.
0 commit comments