Skip to content

Commit e7f5658

Browse files
authored
PKG: checkout numpy > 2 for spark (#31)
1 parent 5b2a043 commit e7f5658

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ dynamic = ["version"]
4040
spark = [
4141
# In NumPy 1.24.0, np.bool has been removed.
4242
# 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",
43+
"pyspark>=3.1; python_version <= '3.11'",
4744
]
4845
dev = [
4946
"pre-commit",

0 commit comments

Comments
 (0)