Skip to content

Commit

Permalink
src/pyproject.toml: Require cysignals >= 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 18, 2024
1 parent cee83c6 commit 95428a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [
# version constraint for macOS Big Sur support (see https://github.com/sagemath/sage/issues/31050)
'wheel >=0.36.2',
'cypari2 >=2.1.1',
'cysignals >=1.10.2',
'cysignals >=1.11.4',
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
'cython >=3.0, != 3.0.3, <4.0',
'gmpy2 ~=2.1.b999',
Expand Down

0 comments on commit 95428a1

Please sign in to comment.