Skip to content

Commit

Permalink
fix: remove unintended removal of cloudpickle optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Object905 committed Sep 6, 2023
1 parent f2e7ea2 commit ff1368c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pydantic = ["pydantic >= 2.0.0"]
sqlalchemy = ["sqlalchemy", "pandas"]
xlsxwriter = ["xlsxwriter"]
adbc = ["adbc_driver_sqlite"]
cloudpickle = ["cloudpickle"]
gevent = ["gevent"]
all = [
"polars[pyarrow,pandas,numpy,fsspec,connectorx,xlsx2csv,deltalake,timezone,matplotlib,pydantic,sqlalchemy,xlsxwriter,adbc,cloudpickle,gevent]",
Expand Down

0 comments on commit ff1368c

Please sign in to comment.