mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-06-22 17:45:45 +01:00
ada32e43a9
* WIP: Fixed non-deterministic test error * Updated tooling to use uv/ty instead of poetry/mypy * Updated python/rust/maturin versions * Added mac os to testing pipelines * Properly enforced fixed with csv reading * Minor tweaks for maintainability * Minor version bump * track npz files with git-lfs * fix: add macos dynamic lookup linker flags for pyo3
33 lines
712 B
TOML
33 lines
712 B
TOML
[package]
|
|
name = "read_aconity_layers"
|
|
version = "0.5.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "read_aconity_layers"
|
|
path = "src/lib.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
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"] }
|
|
rayon = "1.10.0"
|
|
thiserror = "2.0.12"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0.91"
|
|
approx = "0.5.1"
|
|
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"] }
|
|
serde = "1.0.200"
|
|
tar = "0.4.40"
|
|
tempfile = "3.10.1"
|
|
xz = "0.1.0"
|