Skip to content

Commit

Permalink
pinned scipy dependency to avoid unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lennybronner committed Sep 8, 2023
1 parent a453fca commit c290273
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 @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

INSTALL_REQUIRES = "cvxpy<=1.2.0"
INSTALL_REQUIRES = ["cvxpy<=1.2.0", "scipy<1.11.0"]

THIS_FILE_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit c290273

Please sign in to comment.