Skip to content

Commit

Permalink
Allow NumPy 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 25, 2023
1 parent fbef666 commit 2aa00f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2aa00f0

Please sign in to comment.