From 56489110e6cd222ca9d227b03771cd98dfcbed01 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Fri, 4 Oct 2024 17:20:10 -0700 Subject: [PATCH] Bump to numpy 2.1.0. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1adfb5c4c..bf3802483 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = imageio>=2.0.0 Pillow matplotlib - numpy==2.0.0rc2 + numpy==2.1.0 altair zip_safe = False