Commit 522f9bf
authored
Remove PySpark from install_requires dependency (#24)
This pull request fixes #13 by removing install-time dependency on PySpark. If PyDeequ package is installed on a Apache Spark compatible cluster, there's 100% confidence that PySpark module path is already there. Just Deequ JAR has to be installed directly from Maven Central - https://search.maven.org/artifact/com.amazon.deequ/deequ1 parent 1689156 commit 522f9bf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments