We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa35a5 commit 97e14e3Copy full SHA for 97e14e3
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
'cypari2 >=2.2.1; sys_platform != "win32"',
6
'meson-python',
7
# Exclude 1.12.0 because of https://github.com/sagemath/cysignals/issues/212
8
- 'cysignals >=1.11.2, != 1.12.0',
+ 'cysignals >=1.12.1',
9
'cython >=3.1.0',
10
'gmpy2 >=2.1.5',
11
'jinja2',
@@ -45,8 +45,8 @@ dependencies = [
45
46
'six >=1.15.0',
47
48
49
- 'cython >=3.0, != 3.0.3',
+ 'cython >=3.1.0',
50
'fpylll >=0.5.9; sys_platform != "win32"',
51
52
'ipykernel >=5.2.1',
0 commit comments