From 8fd1ef4837a2c7c682527a17083b167d0ee1f6b1 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Fri, 12 Jan 2024 14:49:27 +0100 Subject: [PATCH] Update NumPy create version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4944124..dc76436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.3.0" edition = "2018" [dependencies] -numpy = "0.14" +numpy = "0.20" ndarray = "0.15" [dependencies.pyo3]