Skip to content

Commit

Permalink
fix(datasets): Bump delta-spark version (#814)
Browse files Browse the repository at this point in the history
fix(datasets): bump delta-spark version

Signed-off-by: Richard Purvis <[email protected]>
Co-authored-by: Richard Purvis <[email protected]>
  • Loading branch information
rwpurvis and Richard Purvis authored Aug 22, 2024
1 parent c67fa9e commit 5ce4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hdfs-base = ["hdfs>=2.5.8, <3.0",]
s3fs-base = ["s3fs>=2021.04",]
polars-base = ["polars>=0.18.0",]
plotly-base = ["plotly>=4.8.0, <6.0"]
delta-base = ["delta-spark>=1.0, <3.0",]
delta-base = ["delta-spark>=1.0, <4.0",]
networkx-base = ["networkx~=2.4"]

# Individual Datasets
Expand Down

0 comments on commit 5ce4eab

Please sign in to comment.