From 558a3179184269fe2d1a1231084cdb4f41885b13 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Sun, 22 Jan 2023 03:31:28 +0100 Subject: [PATCH] build(python): Specify deltalake minimum version --- py-polars/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index 2bda8edc16dc..8d7db79fa09c 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -49,7 +49,7 @@ numpy = ["numpy >= 1.16.0"] fsspec = ["fsspec"] connectorx = ["connectorx"] xlsx2csv = ["xlsx2csv >= 0.8.0"] -deltalake = ["deltalake"] +deltalake = ["deltalake >= 0.6.2"] timezone = ["backports.zoneinfo; python_version < '3.9'", "tzdata; platform_system == 'Windows'"] matplotlib = ["matplotlib"] all = [