mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Switch git dependencies in Cargo.toml back to regular versions (#728)
* Switch git dependencies in Cargo.toml back to regular versions rayon-cond turned out to be a rustc bug that has been fixed for a while (see cuviper/rayon-cond#2), so we can revert the git dependency. numpy has released the commit in question as part of 0.12. * Also update Cargo.lock files Co-authored-by: Anthony Moi <m.anthony.moi@gmail.com>
This commit is contained in:
@ -15,7 +15,7 @@ serde_json = "1.0"
|
||||
libc = "0.2"
|
||||
env_logger = "0.7.1"
|
||||
pyo3 = "0.12"
|
||||
numpy = { git = "https://github.com/pyo3/rust-numpy/", rev = "e331befa27fede78d4662edf08fa0508db39be01" }
|
||||
numpy = "0.12"
|
||||
ndarray = "0.13"
|
||||
onig = { version = "6.0", default-features = false }
|
||||
itertools = "0.9"
|
||||
|
Reference in New Issue
Block a user