Skip to content

Commit

Permalink
Fix legacy requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Aug 7, 2024
1 parent ff3c65f commit f5ef479
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ uncertainties
mypy~=1.11.1;python_version>="3.8"
flake8~=7.1.1;python_version>="3.8"
flake8~=5.0.0;python_version<"3.8"
flake8-commas~=2.1.0
flake8-commas~=2.1.0;python_version<"3.8"
flake8-commas~=4.0.0;python_version>="3.8"
flake8-quotes~=3.4.0
pytest~=8.3.2
pytest-cov~=5.0.0
pytest~=7.4.4;python_version<"3.8"
pytest~=8.3.2;python_version>="3.8"
pytest-cov~=4.1.0;python_version<"3.8"
pytest-cov~=5.0.0;python_version>="3.8"

ipykernel~=6.29.5;python_version>="3.8"
ipykernel~=6.16.0;python_version<"3.8"
types-docutils~=0.20.0

0 comments on commit f5ef479

Please sign in to comment.