From 5cad69e5d4af47e75ae0abbf88dc2bafbc8f66d2 Mon Sep 17 00:00:00 2001 From: ritchie Date: Sun, 23 Jun 2024 13:49:29 +0200 Subject: [PATCH] ci: Add polars-stream --- Cargo.lock | 1 + py-polars/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 32c4312d0a0c..f16e6517d5fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3540,6 +3540,7 @@ dependencies = [ "polars-ops", "polars-parquet", "polars-plan", + "polars-stream", "polars-time", "polars-utils", "pyo3", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 1a2932c2d4be..f33047e97c8d 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -17,6 +17,8 @@ polars-parquet = { workspace = true, optional = true } polars-plan = { workspace = true } polars-time = { workspace = true } polars-utils = { workspace = true } +# TODO! remove this once truly activated. This is required to make sdist building work +polars-stream = {workspace = true} ahash = { workspace = true } arboard = { workspace = true, optional = true }