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 5b2a043 commit e7f5658Copy full SHA for e7f5658
pyproject.toml
@@ -40,10 +40,7 @@ dynamic = ["version"]
40
spark = [
41
# In NumPy 1.24.0, np.bool has been removed.
42
# https://issues.apache.org/jira/browse/SPARK-41718
43
- # 3.4 is needed for python 3.11
44
- # https://github.com/apache/spark/pull/38987
45
- "pyspark>=3.1; python_version < '3.11'",
46
- "numpy<1.24.0",
+ "pyspark>=3.1; python_version <= '3.11'",
47
]
48
dev = [
49
"pre-commit",
0 commit comments