Skip to content

Commit 97e14e3

Browse files
authored
Update cysignals and cython version requirements
1 parent 9aa35a5 commit 97e14e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
'cypari2 >=2.2.1; sys_platform != "win32"',
66
'meson-python',
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.12.1',
99
'cython >=3.1.0',
1010
'gmpy2 >=2.1.5',
1111
'jinja2',
@@ -45,8 +45,8 @@ dependencies = [
4545
'cypari2 >=2.2.1; sys_platform != "win32"',
4646
'six >=1.15.0',
4747
# Exclude 1.12.0 because of https://github.com/sagemath/cysignals/issues/212
48-
'cysignals >=1.11.2, != 1.12.0',
49-
'cython >=3.0, != 3.0.3',
48+
'cysignals >=1.12.1',
49+
'cython >=3.1.0',
5050
'fpylll >=0.5.9; sys_platform != "win32"',
5151
'gmpy2 >=2.1.5',
5252
'ipykernel >=5.2.1',

0 commit comments

Comments
 (0)