packed_simd updated at other location
This commit is contained in:
parent
668b575d1c
commit
2f7fc510b6
|
@ -22,4 +22,3 @@ debug = true
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
|
hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
|
||||||
hdf5-sys = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
|
hdf5-sys = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
|
||||||
packed_simd = { git = "https://github.com/rust-lang/packed_simd.git" }
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ndarray = { version = "0.13.1", features = ["approx"] }
|
ndarray = { version = "0.13.1", features = ["approx"] }
|
||||||
approx = "0.3.2"
|
approx = "0.3.2"
|
||||||
packed_simd = "0.3.3"
|
packed_simd = { version = "0.3.3", package = "packed_simd_2" }
|
||||||
rayon = { version = "1.3.0", optional = true }
|
rayon = { version = "1.3.0", optional = true }
|
||||||
sprs = { version = "0.9.0", optional = true, default-features = false }
|
sprs = { version = "0.9.0", optional = true, default-features = false }
|
||||||
num-traits = "0.2.11"
|
num-traits = "0.2.11"
|
||||||
|
|
Loading…
Reference in New Issue