diff --git a/pyproject.toml b/pyproject.toml index 18849fae..8f0f45eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Homepage = 'https://mpmath.org/' 'Bug Tracker' = 'https://github.com/mpmath/mpmath/issues' Documentation = 'http://mpmath.org/doc/current/' [project.optional-dependencies] -tests = ['pytest>=6', 'numpy<=1.25.2; python_version<"3.12"'] +tests = ['pytest>=6,<8', 'numpy<=1.25.2; python_version<"3.12"'] develop = ['mpmath[tests]', 'flake518>=1.5; python_version>="3.9"', 'pytest-cov', 'wheel', 'build'] gmpy = ['gmpy2>=2.1.0a4; platform_python_implementation!="PyPy" and python_version<"3.12"',