We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ced55a commit 9b3575dCopy full SHA for 9b3575d
setup.py
@@ -50,7 +50,7 @@
50
sys.exit(-1)
51
52
INSTALL_REQUIRES += [
53
- "numpy<=1.24",
+ "numpy<1.25",
54
"llvmlite",
55
"sympy>=1.8",
56
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.
0 commit comments