From 5389a1e7b7e52a428d757b3f63554871ddd2608a Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:04:46 +0530 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 063507c2d..07a065d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-complex = ">= 0.2, < 0.5" num-integer = "0.1" num-traits = "0.2" ndarray = ">= 0.15, < 0.17" -pyo3 = { version = "0.24", default-features = false, features = ["macros"] } +pyo3 = { version = "0.24.1", default-features = false, features = ["macros"] } rustc-hash = "2.0" [dev-dependencies]