This commit is contained in:
parent
961c01f4bd
commit
e964eaf14f
|
|
@ -63,7 +63,7 @@ tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
||||||
|
|
||||||
# Signal processing
|
# Signal processing
|
||||||
ndarray = { version = "0.15", features = ["serde"] }
|
ndarray = { version = "0.17", features = ["serde"] }
|
||||||
ndarray-linalg = { version = "0.18", features = ["openblas-static"] }
|
ndarray-linalg = { version = "0.18", features = ["openblas-static"] }
|
||||||
rustfft = "6.1"
|
rustfft = "6.1"
|
||||||
num-complex = "0.4"
|
num-complex = "0.4"
|
||||||
|
|
@ -105,7 +105,7 @@ pcap = "1.1"
|
||||||
petgraph = "0.6"
|
petgraph = "0.6"
|
||||||
|
|
||||||
# Data loading
|
# Data loading
|
||||||
ndarray-npy = "0.8"
|
ndarray-npy = "0.10"
|
||||||
walkdir = "2.4"
|
walkdir = "2.4"
|
||||||
|
|
||||||
# Hashing (for proof)
|
# Hashing (for proof)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue