Skip to content

Commit

Permalink
Allow numpy < 1.25 (e.g. 1.24.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 23, 2023
1 parent 7ced55a commit 9b3575d
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.24",
"numpy<1.25",
"llvmlite",
"sympy>=1.8",
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.
Expand Down

0 comments on commit 9b3575d

Please sign in to comment.