mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-24 03:01:56 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a99d80da6 |
@@ -12,9 +12,9 @@ crate-type = ["cdylib"]
|
||||
csv = "1.3.0"
|
||||
glob = "0.3.2"
|
||||
indicatif = "0.18.0"
|
||||
ndarray = { version = "0.16.1", features = ["rayon"] }
|
||||
numpy = "0.25.0"
|
||||
pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }
|
||||
ndarray = { version = "0.17.1", features = ["rayon"] }
|
||||
numpy = "0.27.0"
|
||||
pyo3 = { version = "0.27.1", features = ["abi3-py311", "extension-module"] }
|
||||
rayon = "1.10.0"
|
||||
thiserror = "2.0.12"
|
||||
|
||||
@@ -25,7 +25,7 @@ arbitrary = { version = "1.3.2", features = ["derive"] }
|
||||
arbtest = "0.3.1"
|
||||
flexbuffers = "25.2.10"
|
||||
float-cmp = "0.10.0"
|
||||
ndarray = { version = "0.16.1", features = ["rayon", "serde"] }
|
||||
ndarray = { version = "0.17.1", features = ["rayon", "serde"] }
|
||||
serde = "1.0.200"
|
||||
tar = "0.4.40"
|
||||
tempfile = "3.10.1"
|
||||
|
||||
Reference in New Issue
Block a user