pin to scipy<1.14 to python 3.9 compatibility

This commit is contained in:
Paul Gauthier 2024-06-25 13:16:52 -07:00
parent edbabe7353
commit 543d005085
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -265,7 +265,7 @@ rpds-py==0.18.1
# referencing
rsa==4.9
# via google-auth
scipy==1.14.0
scipy==1.13.1
# via -r requirements.in
six==1.16.0
# via python-dateutil