From 6d285ebb8f97efd1da55748637b2e71bacc7fcc8 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 5 Apr 2025 00:20:33 +0100 Subject: [PATCH] Add polars as a dependency in pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8507420..b114681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,3 +15,7 @@ classifiers = [ [tool.maturin] # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so) features = ["pyo3/extension-module"] + +dependencies = [ + "polars" +] \ No newline at end of file