Skip to content

Commit ac5a4ff

Browse files
committed
temporarily allow cysignals 1.12
1 parent 0bb2a1b commit ac5a4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
'meson-python',
66
'cypari2 >=2.1.1',
77
# Exclude 1.12.0 because of https://github.com/sagemath/cysignals/issues/212
8-
'cysignals >=1.11.2, != 1.12.0',
8+
'cysignals >=1.11.2',
99
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
1010
'cython >=3.0, != 3.0.3',
1111
'gmpy2 ~=2.1.b999',
@@ -21,7 +21,7 @@ dependencies = [
2121
'conway-polynomials >=0.8',
2222
'cypari2 >=2.1.1',
2323
# Exclude 1.12.0 because of https://github.com/sagemath/cysignals/issues/212
24-
'cysignals >=1.11.2, != 1.12.0',
24+
'cysignals >=1.11.2',
2525
'cython >=3.0, != 3.0.3',
2626
'gmpy2 ~=2.1.b999',
2727
'lrcalc ~=2.1',

0 commit comments

Comments
 (0)