4 Commits

Author SHA1 Message Date
54536ae81a Attempt to fix release workflow 2025-06-03 16:35:01 +01:00
6669bb62a9 Patch: lock dependencies 2025-06-03 16:32:09 +01:00
224e701430 Patch bump to test release workflow 2025-06-03 16:24:58 +01:00
495adfbffa Attempt to fix release workflow 2025-06-03 15:29:17 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ on:
- main
permissions:
actions: write
contents: write
jobs:

View File

@@ -1,6 +1,6 @@
[package]
name = "read_aconity_layers"
version = "0.4.6"
version = "0.4.7+2"
edition = "2021"
[lib]
@@ -9,13 +9,13 @@ path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
csv = "*"
glob = "*"
indicatif = "*"
csv = "1.3.0"
glob = "0.3.2"
indicatif = "0.17.8"
ndarray = { version = "0.16.1", features = ["rayon"] }
numpy = "0.25.0"
pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }
rayon = "*"
rayon = "1.10.0"
thiserror = "2.0.12"
[dev-dependencies]