updated numpy & scipy versions #300

This commit is contained in:
Paul Gauthier 2023-10-30 19:01:02 -07:00
parent 2bfc212f31
commit b579c9e4d4
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",