mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
from #4814
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-env
|
||||
pip-tools
|
||||
lox
|
||||
@@ -12,3 +13,7 @@ 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"
|
||||
|
||||
@@ -8,4 +8,6 @@ numpy<2
|
||||
# torch==2.2.2
|
||||
|
||||
# Later versions break test_help in GitHub Actions on Windows and Ubuntu
|
||||
# llama-index-core==0.12.26
|
||||
# due to llama-index-core==0.12.26
|
||||
scikit-learn==1.7.2 ; python_version < "3.11"
|
||||
scikit-learn==1.8.0 ; python_version >= "3.11"
|
||||
@@ -49,3 +49,8 @@ scipy<1.16
|
||||
# https://github.com/pypa/twine/blob/6fbf880ee60915cf1666348c4bdd78a10415f2ac/twine/__init__.py#L40
|
||||
# Uses importlib-metadata
|
||||
importlib-metadata<8.0.0
|
||||
|
||||
# The proper dependency is litellm[proxy], but it installs
|
||||
# mcp which is a pywin32 dependency that fails on linux CI.
|
||||
fastapi
|
||||
orjson
|
||||
|
||||
Reference in New Issue
Block a user