diff --git a/setup.py b/setup.py index ab3663176..fdc622bd1 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ sys.exit(-1) INSTALL_REQUIRES += [ - "numpy<=1.24", + "numpy<1.25", "llvmlite", "sympy>=1.8", # Pillow 9.1.0 supports BigTIFF with big-endian byte order.