mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 07:30:00 +00:00
added ndarray to cargo.toml
This commit is contained in:
parent
f9d2513202
commit
8f3ffa6298
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1409,6 +1409,7 @@ dependencies = [
|
||||
"crossbeam",
|
||||
"futures",
|
||||
"log",
|
||||
"ndarray",
|
||||
"polars",
|
||||
"pyo3",
|
||||
"pyo3-polars",
|
||||
|
@ -28,12 +28,12 @@ rayon = "1.5"
|
||||
tokio = "1.41.1"
|
||||
futures = "0.3"
|
||||
|
||||
# pyo3 = { version = "0.23.1", features = ["extension-module"] }
|
||||
# pyo3 = { version = "0.21.2", features = ["extension-module"] }
|
||||
# pyo3 = { version = "*", features = ["abi3-py38"] }
|
||||
# polars-core = { version = "*" }
|
||||
ndarray = { version = "*" }
|
||||
|
||||
pyo3 = { version = "*", features = ["extension-module", "abi3-py37"] }
|
||||
|
||||
pyo3-polars = { version = "*" }
|
||||
|
||||
polars = { version = "*", features = [
|
||||
"lazy",
|
||||
"temporal",
|
||||
|
Loading…
x
Reference in New Issue
Block a user