Skip to content

Commit 2aa00f0

Browse files
committed
Allow NumPy 1.25.0
See #881 (comment)
1 parent fbef666 commit 2aa00f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
sys.exit(-1)
5151

5252
INSTALL_REQUIRES += [
53-
"numpy<1.25",
53+
"numpy<=1.25",
5454
"llvmlite",
5555
"sympy>=1.8",
5656
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.

0 commit comments

Comments
 (0)