update pyo3 and rust-numpy depends for no-gil/free-threading compat (#1774)

Signed-off-by: root <root@gpu-xl.lxd>
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
This commit is contained in:
Qubitium-ModelCloud
2025-05-27 17:31:58 +08:00
committed by GitHub
parent 01f8bc834c
commit e5d781d5b9

View File

@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["rc", "derive"] }
serde_json = "1.0"
libc = "0.2"
env_logger = "0.11"
pyo3 = { version = "0.24", features = ["abi3", "abi3-py39", "py-clone"] }
pyo3 = { version = "0.24.2", features = ["abi3", "abi3-py39", "py-clone"] }
numpy = "0.24"
ndarray = "0.16"
itertools = "0.12"
@ -24,7 +24,7 @@ path = "../../tokenizers"
[dev-dependencies]
tempfile = "3.10"
pyo3 = { version = "0.24", features = ["auto-initialize"] }
pyo3 = { version = "0.24.2", features = ["auto-initialize"] }
[features]
default = ["pyo3/extension-module"]