mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 08:15:49 +00:00
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:
committed by
GitHub
parent
01f8bc834c
commit
e5d781d5b9
@ -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"]
|
||||
|
Reference in New Issue
Block a user