diff --git a/.github/workflows/requirements-test.in b/.github/workflows/requirements-test.in index 1c87dba..2f70f1b 100644 --- a/.github/workflows/requirements-test.in +++ b/.github/workflows/requirements-test.in @@ -1,5 +1,5 @@ -coverage -numpy -pytest -pytest-cov -scipy +coverage == 7.5.3 +numpy == 2.0.0 +pytest == 8.2.2 +pytest-cov == 5.0.0 +scipy == 1.13.1