We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa68eb commit 849c79cCopy full SHA for 849c79c
.github/wheel-tests/requirements.txt
@@ -4,6 +4,12 @@
4
numpy
5
pandas
6
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
+
13
# PyROOT: ROOT.Numba.Declare decorator
14
numba>=0.48
15
cffi>=1.9.1
.github/wheel-tests/test_tutorials.py
@@ -18,8 +18,6 @@
18
"rf615_simulation_based_inference.py",
19
"ntpl004_dimuon.C",
20
"ntpl008_import.C",
21
- # skip distributed RDataFrame tutorials for now
22
- "distrdf",
23
}
24
25
# ----------------------
0 commit comments