Skip to content

Commit

Permalink
update to pyiceberg 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Jul 2, 2024
1 parent 663fe4c commit 63bf54f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py-polars/polars/meta/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def show_versions() -> None:
pandas: 2.2.2
pyarrow: 16.0.0
pydantic: 2.7.1
pyiceberg: 0.6.0
pyiceberg: 0.6.1
sqlalchemy: 2.0.29
torch: 2.2.2
xlsx2csv: 0.8.2
Expand Down
2 changes: 1 addition & 1 deletion py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fsspec = ["fsspec"]

# Other I/O
deltalake = ["deltalake >= 0.15.0"]
iceberg = ["pyiceberg >= 0.5.0"]
iceberg = ["pyiceberg >= 0.6.1"]

# Other
async = ["gevent"]
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch
jax[cpu]
pyiceberg>=0.5.0
pyiceberg>=0.6.1

0 comments on commit 63bf54f

Please sign in to comment.