We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e16e0 commit 42014bcCopy full SHA for 42014bc
pyproject.toml
@@ -30,7 +30,7 @@ Homepage = 'https://mpmath.org/'
30
'Bug Tracker' = 'https://github.com/mpmath/mpmath/issues'
31
Documentation = 'http://mpmath.org/doc/current/'
32
[project.optional-dependencies]
33
-tests = ['pytest>=6', 'numpy<=1.25.2; python_version<"3.12"']
+tests = ['pytest>=6,<7.4.4', 'numpy<=1.25.2; python_version<"3.12"']
34
develop = ['mpmath[tests]', 'flake518>=1.5; python_version>="3.9"',
35
'pytest-cov', 'wheel', 'build']
36
gmpy = ['gmpy2>=2.1.0a4; platform_python_implementation!="PyPy" and python_version<"3.12"',
0 commit comments