Skip to content

Commit

Permalink
fix: pin numpy in pyspark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Dec 20, 2022
1 parent 5625c7e commit 084b59c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ devel = [
]
pyspark = [
"pyspark",
"delta-spark"
"delta-spark",
"numpy==1.22.2" # pyspark is no compatible with latest numpy
]

[project.urls]
Expand Down

0 comments on commit 084b59c

Please sign in to comment.