Skip to content

Commit

Permalink
Merge pull request #965 from Mathics3/try-numpy-1.26
Browse files Browse the repository at this point in the history
Bump max Numpy allowed
  • Loading branch information
rocky authored Jan 17, 2024
2 parents dc4c436 + 4d42987 commit baacd95
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.27",
"llvmlite",
"sympy>=1.8",
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.
Expand Down

0 comments on commit baacd95

Please sign in to comment.