mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
updated numpy & scipy versions #300
This commit is contained in:
parent
2bfc212f31
commit
b579c9e4d4
2 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@ PyYAML
|
|||
backoff==2.2.1
|
||||
networkx==3.1
|
||||
diskcache==5.6.1
|
||||
numpy==1.24.3
|
||||
scipy==1.10.1
|
||||
numpy==1.26.1
|
||||
scipy==1.11.3
|
||||
jsonschema==4.17.3
|
||||
sounddevice==0.4.6
|
||||
soundfile==0.12.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setup(
|
|||
"aider": ["queries/*"],
|
||||
},
|
||||
install_requires=requirements,
|
||||
python_requires=">=3.9,<=3.11",
|
||||
python_requires=">=3.9,<3.12",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"aider = aider.main:main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue