Skip to content

Commit

Permalink
Freeze pytest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Feb 24, 2024
1 parent 49e16e0 commit 42014bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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,<7.4.4', '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"',
Expand Down

0 comments on commit 42014bc

Please sign in to comment.