You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/docs/source/getting_started/install.rst
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -295,3 +295,20 @@ Package Supported version Note
295
295
======= ================= ==================
296
296
`numpy` >=1.21 Required for MLlib
297
297
======= ================= ==================
298
+
299
+
Declarative Pipelines
300
+
^^^^^^^^^^^^^^^^^^^^^
301
+
302
+
Installable with ``pip install "pyspark[pipelines]"``. Includes all dependencies for both Spark SQL and Spark Connect, because Declarative Pipelines is built on top of both.
0 commit comments