Skip to content

Commit

Permalink
pin deltalake to v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored and stinodego committed Dec 6, 2023
1 parent 7633f1f commit b84bddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Changelog = "https://github.com/pola-rs/polars/releases"
adbc = ["adbc_driver_sqlite"]
cloudpickle = ["cloudpickle"]
connectorx = ["connectorx >= 0.3.2"]
deltalake = ["deltalake >= 0.13.0"]
deltalake = ["deltalake >= 0.14.0"]
fsspec = ["fsspec"]
gevent = ["gevent"]
matplotlib = ["matplotlib"]
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ openpyxl
pyxlsb
xlsx2csv
XlsxWriter
deltalake>=0.13.0
deltalake>=0.14.0
# Dataframe interchange protocol
dataframe-api-compat >= 0.1.6
pyiceberg >= 0.5.0
Expand Down

0 comments on commit b84bddc

Please sign in to comment.