Skip to content

Commit 849c79c

Browse files
committed
enable distrdf tutorials
1 parent efa68eb commit 849c79c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/wheel-tests/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
numpy
55
pandas
66

7+
# Distributed RDataFrame
8+
pyspark # Spark backend
9+
dask>=2022.08.1 # Dask backend
10+
distributed>=2022.08.1 # Dask backend
11+
dask_lxplus
12+
713
# PyROOT: ROOT.Numba.Declare decorator
814
numba>=0.48
915
cffi>=1.9.1

.github/wheel-tests/test_tutorials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"rf615_simulation_based_inference.py",
1919
"ntpl004_dimuon.C",
2020
"ntpl008_import.C",
21-
# skip distributed RDataFrame tutorials for now
22-
"distrdf",
2321
}
2422

2523
# ----------------------

0 commit comments

Comments
 (0)