bug fixes
This commit is contained in:
parent
a1a621ddfd
commit
a1ec8ba292
6 changed files with 51 additions and 23 deletions
|
|
@ -14,7 +14,7 @@ path = "src/lib.rs"
|
|||
bb8 = "0.9.0"
|
||||
bytes = "1.11.1"
|
||||
chrono = "0.4.44"
|
||||
pyo3 = { workspace = true, features = ["extension-module"] }
|
||||
pyo3 = { workspace = true, features = ["extension-module", "abi3-py311"] }
|
||||
pyo3-arrow = { version = "0.17.0", default-features = false }
|
||||
pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] }
|
||||
qroissant-arrow = { path = "../qroissant-arrow" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue