From 8413f1f247ddc6c967f5e2329a74656875c76fe1 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Thu, 23 May 2024 13:24:36 -0700 Subject: [PATCH] Test against the numpy 2.0 release candidate. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 525172b64..125e0610b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = imageio>=2.0.0 Pillow matplotlib - numpy==1.23.5 + numpy==2.0.0rc2 altair zip_safe = False