Skip to content

Commit

Permalink
fix spark numpy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Feb 6, 2024
1 parent 53e4f0b commit 81c9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dask = [
spark = [
"woodwork[spark] >= 0.23.0",
"pyspark >= 3.2.2",
"numpy < 1.24.0",
"numpy >= 1.25.0, <2.0.0",
"pandas < 2.0.0",
"pyarrow >= 14.0.1",
]
Expand Down

0 comments on commit 81c9a42

Please sign in to comment.