Files
aider/requirements/requirements-dev.in
Paul Gauthier c1924f2c45 from #4814
2026-02-10 18:53:22 -08:00

20 lines
317 B
Plaintext

pytest
pytest-cov
pytest-env
pip-tools
lox
matplotlib
pandas
typer
imgcat
pre-commit
cogapp
semver
codespell
uv
google-cloud-bigquery
# matplotlib 3.7.2 requires contourpy 1.3.2, but contourpy 1.3.2 does not support Python 3.11.
contourpy==1.3.2 ; python_version < "3.11"
contourpy==1.3.3 ; python_version >= "3.11"