mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Patched python bindings (i think)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "read_aconity_layers"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
@@ -14,7 +14,7 @@ glob = "*"
|
||||
indicatif = "*"
|
||||
ndarray = { version = "0.16.1", features = ["rayon"] }
|
||||
numpy = "0.22.0"
|
||||
pyo3 = { version = "0.22.5", features = ["extension-module"] }
|
||||
pyo3 = { version = "0.22.5", features = ["abi3-py311", "extension-module"] }
|
||||
rayon = "*"
|
||||
thiserror = "1.0.60"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user