Require python-gmp>=0.4.0b2

This commit is contained in:
Sergey B Kirpichev
2025-07-23 06:31:40 +03:00
parent 3788ac7320
commit 5b68356a26
+1 -1
View File
@@ -37,7 +37,7 @@ develop = ['mpmath[tests]', 'flake518>=1.5; python_version>="3.9"',
'pytest-cov', 'wheel', 'build']
gmpy2 = ['gmpy2>=2.2; platform_python_implementation!="PyPy"']
gmpy = ['mpmath[gmpy2]']
gmp = ['python-gmp>=0.4.0a1; platform_python_implementation!="PyPy"']
gmp = ['python-gmp>=0.4.0b2; platform_python_implementation!="PyPy"']
docs = ['sphinx',
'matplotlib; platform_python_implementation!="PyPy" and python_version<"3.14"',
'sphinxcontrib-autoprogram']