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 0bb2a1b commit ac5a4ffCopy full SHA for ac5a4ff
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
'meson-python',
6
'cypari2 >=2.1.1',
7
# Exclude 1.12.0 because of https://github.com/sagemath/cysignals/issues/212
8
- 'cysignals >=1.11.2, != 1.12.0',
+ 'cysignals >=1.11.2',
9
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
10
'cython >=3.0, != 3.0.3',
11
'gmpy2 ~=2.1.b999',
@@ -21,7 +21,7 @@ dependencies = [
21
'conway-polynomials >=0.8',
22
23
24
25
26
27
'lrcalc ~=2.1',
0 commit comments