Patched python bindings (i think)

This commit is contained in:
2024-11-14 12:35:01 +00:00
parent abb88c1b0f
commit 32ae9a2d0c
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -10,7 +10,7 @@ dynamic = ["version"]
[tool.poetry]
name = "read_aconity_layers"
version = "0.4.0"
version = "0.4.1"
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
urls = { github = "https://github.com/Cian-H/read_aconity_layers" }
authors = ["Cian Hughes <chughes000@gmail.com>"]