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 fbef666 commit 2aa00f0Copy full SHA for 2aa00f0
setup.py
@@ -50,7 +50,7 @@
50
sys.exit(-1)
51
52
INSTALL_REQUIRES += [
53
- "numpy<1.25",
+ "numpy<=1.25",
54
"llvmlite",
55
"sympy>=1.8",
56
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.
0 commit comments