Merge pull request #5 from Cian-H/dependabot/cargo/pyo3-0.25.0

deps(deps): update pyo3 requirement from 0.22.5 to 0.25.0
This commit is contained in:
2025-05-28 10:17:03 +01:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ glob = "*"
indicatif = "*"
ndarray = { version = "0.16.1", features = ["rayon"] }
numpy = "0.25.0"
pyo3 = { version = "0.22.5", features = ["abi3-py311", "extension-module"] }
pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }
rayon = "*"
thiserror = "2.0.12"