mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
pin to scipy<1.14 to python 3.9 compatibility
This commit is contained in:
parent
edbabe7353
commit
543d005085
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,6 @@ jsonschema
|
||||||
rich
|
rich
|
||||||
prompt_toolkit
|
prompt_toolkit
|
||||||
numpy
|
numpy
|
||||||
scipy
|
|
||||||
backoff
|
backoff
|
||||||
pathspec
|
pathspec
|
||||||
diskcache
|
diskcache
|
||||||
|
@ -34,3 +33,6 @@ networkx<3.3
|
||||||
|
|
||||||
# v0.22.2 seems to break tree-sitter-languages?
|
# v0.22.2 seems to break tree-sitter-languages?
|
||||||
tree-sitter==0.21.3
|
tree-sitter==0.21.3
|
||||||
|
|
||||||
|
# To retain python 3.9 compatibility
|
||||||
|
scipy<1.14
|
||||||
|
|
|
@ -265,7 +265,7 @@ rpds-py==0.18.1
|
||||||
# referencing
|
# referencing
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
# via google-auth
|
# via google-auth
|
||||||
scipy==1.14.0
|
scipy==1.13.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue