Skip to content

Commit

Permalink
update spark dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Apr 25, 2024
1 parent e309784 commit fdd404c
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 @@ -46,7 +46,7 @@ dev = [
'pytest >= 7.1.3, < 8.0.0',
'black >= 22.10.0, < 23.0.0',
]
spark = ['pyspark >= 3.4.1, < 4.0.0']
spark = ['pyspark >= 3.5.0, < 4.0.0']
all = ["kgdata[dev,spark]"]

[tool.maturin]
Expand Down

0 comments on commit fdd404c

Please sign in to comment.