Unpin numpy and matplotlib for CPython 3.14 and PyPy

This commit is contained in:
Sergey B Kirpichev
2025-09-03 07:50:01 +03:00
parent aee92a48e7
commit a14f851414
+3 -6
View File
@@ -32,16 +32,13 @@ Homepage = 'https://mpmath.org/'
Documentation = 'http://mpmath.org/doc/current/'
[project.optional-dependencies]
tests = ['pytest>=6', 'numpy; python_version<"3.14"', 'packaging', 'pytest-timeout',
'matplotlib; platform_python_implementation!="PyPy" and python_version<"3.14"',
'pexpect', 'ipython', 'hypothesis']
tests = ['pytest>=6', 'numpy', 'packaging', 'pytest-timeout',
'matplotlib', 'pexpect', 'ipython', 'hypothesis']
develop = ['mpmath[tests]', 'flake518>=1.5', 'pytest-cov', 'wheel', 'build']
gmpy2 = ['gmpy2>=2.3.0a1']
gmpy = ['mpmath[gmpy2]']
gmp = ['python-gmp>=0.4']
docs = ['sphinx',
'matplotlib; platform_python_implementation!="PyPy" and python_version<"3.14"',
'sphinxcontrib-autoprogram']
docs = ['sphinx', 'matplotlib', 'sphinxcontrib-autoprogram']
ci = ['pytest-xdist', 'diff_cover']
[tool.setuptools]