mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 10:36:09 +00:00
Add polars as a dependency in pyproject.toml
This commit is contained in:
@@ -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"
|
||||
]
|
||||
Reference in New Issue
Block a user