Skip to content

Commit

Permalink
Changed scipy version to <1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitSolomonPrinceton committed Feb 20, 2024
1 parent b9b2991 commit 1313987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def build_extension(self, ext):
package_data={'osqp.codegen.pywrapper': ['*.jinja']},
include_package_data=True,
zip_safe=False,
install_requires=['numpy>=1.7', 'scipy==1.10.1', 'qdldl', 'jinja2'],
install_requires=['numpy>=1.7', 'scipy<1.12', 'qdldl', 'jinja2'],
python_requires='>=3.7',
extras_require=extras_require,
license='Apache 2.0',
Expand Down

0 comments on commit 1313987

Please sign in to comment.