mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +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
|
||||
prompt_toolkit
|
||||
numpy
|
||||
scipy
|
||||
backoff
|
||||
pathspec
|
||||
diskcache
|
||||
|
@ -34,3 +33,6 @@ networkx<3.3
|
|||
|
||||
# v0.22.2 seems to break tree-sitter-languages?
|
||||
tree-sitter==0.21.3
|
||||
|
||||
# To retain python 3.9 compatibility
|
||||
scipy<1.14
|
||||
|
|
|
@ -265,7 +265,7 @@ rpds-py==0.18.1
|
|||
# referencing
|
||||
rsa==4.9
|
||||
# via google-auth
|
||||
scipy==1.14.0
|
||||
scipy==1.13.1
|
||||
# via -r requirements.in
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue