From 54697de83ffd30b515612a88c50e574a9a0c87ad Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 22 Aug 2024 22:45:23 +0800 Subject: [PATCH] still use np2 ATM, one thing at a time --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da65c8dc..f392ff77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ ci = [ "pytest>=8", "pytest-cov>=4", "coverage", - "numpy<3", + "numpy<2", "ruamel.yaml", "msgpack", "tqdm",