From 66379c82314e77e2362406f46205c939a625e27d Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Tue, 18 Jun 2024 22:24:44 -0400 Subject: [PATCH] forbid numpy 2.0 --- CondaPkg.toml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CondaPkg.toml b/CondaPkg.toml index 2a354e8..c5021c9 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -2,5 +2,5 @@ [pip.deps] pymatching = "" ldpc = "" -numpy = "" +numpy = "<2" scipy = "" diff --git a/Project.toml b/Project.toml index 8b82201..f55e547 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PyQDecoders" uuid = "17f5de1a-9b79-4409-a58d-4d45812840f7" authors = ["Stefan Krastanov "] -version = "0.2.0" +version = "0.2.1" [deps] PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"