This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new c0ac1941c90 [SPARK-41589][PYTHON][ML][BUILD][FOLLOW-UP] Add
pyspark.ml.torch to setup.py
c0ac1941c90 is described below
commit c0ac1941c90dc2f1d7120376324e8f8beffe20f2
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Wed Jan 11 13:59:08 2023 +0900
[SPARK-41589][PYTHON][ML][BUILD][FOLLOW-UP] Add pyspark.ml.torch to setup.py
### What changes were proposed in this pull request?
This PR is a followup of https://github.com/apache/spark/pull/39146 that
adds `pyspark.ml.torch` to `setup.py`.
### Why are the changes needed?
In order for PyPI users to be able to use `pyspark.ml.torch` package.
### Does this PR introduce _any_ user-facing change?
No, the main change has not been released yet.
It adds the package into PyPI-packaged PySpark.
### How was this patch tested?
CI in pip packaging test should check the change.
Closes #39490 from HyukjinKwon/SPARK-41589-followup.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
python/setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/setup.py b/python/setup.py
index faba203a53a..08ffd0f0b1e 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -231,6 +231,7 @@ try:
"pyspark.ml",
"pyspark.ml.linalg",
"pyspark.ml.param",
+ "pyspark.ml.torch",
"pyspark.sql",
"pyspark.sql.avro",
"pyspark.sql.connect",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]