diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index e181bd959425..913f96768b2d 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -75,6 +75,9 @@ plot = ["hvplot >= 0.9.1", "polars[pandas]"] style = ["great-tables >= 0.8.0"] timezone = ["backports.zoneinfo; python_version < '3.9'", "tzdata; platform_system == 'Windows'"] +# GPU Engine +gpu = ["cudf-polars-cu12"] + # All all = [ "polars[async,cloudpickle,database,deltalake,excel,fsspec,graph,iceberg,numpy,pandas,plot,pyarrow,pydantic,style,timezone]",