mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44: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
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