mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Patch: lock dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "read_aconity_layers"
|
name = "read_aconity_layers"
|
||||||
version = "0.4.7"
|
version = "0.4.7+2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
@@ -9,13 +9,13 @@ path = "src/lib.rs"
|
|||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
csv = "*"
|
csv = "1.3.0"
|
||||||
glob = "*"
|
glob = "0.3.2"
|
||||||
indicatif = "*"
|
indicatif = "0.17.8"
|
||||||
ndarray = { version = "0.16.1", features = ["rayon"] }
|
ndarray = { version = "0.16.1", features = ["rayon"] }
|
||||||
numpy = "0.25.0"
|
numpy = "0.25.0"
|
||||||
pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }
|
pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }
|
||||||
rayon = "*"
|
rayon = "1.10.0"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user