mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-23 21:15: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue