mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:00:01 +00:00
Add polars as a dependency in pyproject.toml
This commit is contained in:
parent
71f9f4a674
commit
6d285ebb8f
@ -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"
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user