Skip to content

Commit

Permalink
updated numpy & scipy versions #300
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Oct 31, 2023
1 parent 2bfc212 commit b579c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"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",
Expand Down

0 comments on commit b579c9e

Please sign in to comment.