From 2aa00f008f7b8879fb4ed92362a61d42f3b83cf0 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 25 Jul 2023 09:36:40 -0400 Subject: [PATCH] Allow NumPy 1.25.0 See https://github.com/Mathics3/mathics-core/issues/881#issuecomment-1649842698 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdc622bd1..db43c728f 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ sys.exit(-1) INSTALL_REQUIRES += [ - "numpy<1.25", + "numpy<=1.25", "llvmlite", "sympy>=1.8", # Pillow 9.1.0 supports BigTIFF with big-endian byte order.