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 4c22c2d commit 46eca93Copy full SHA for 46eca93
.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
@@ -19,8 +19,6 @@
19
"rf618_mixture_models.py",
20
"ntpl004_dimuon.C",
21
"ntpl008_import.C",
22
- # skip distributed RDataFrame tutorials for now
23
- "distrdf",
24
}
25
26
# ----------------------
0 commit comments