Skip to content

Commit

Permalink
Updating dependencies' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnapolitano committed Sep 12, 2024
1 parent bd02d00 commit 30dc66a
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.4", "numpy~=1.26", "scipy~=1.12"]
INSTALL_REQUIRES = ["cvxpy~=1.5", "numpy~=2.1", "scipy~=1.14"]

THIS_FILE_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit 30dc66a

Please sign in to comment.