Unpin numpy and matplotlib for CPython 3.14 and PyPy
This commit is contained in:
+3
-6
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user