Skip to content

Commit

Permalink
Update to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Dec 22, 2024
1 parent 6393a2c commit abd8984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def build_highs():
"--depth",
"1",
"--branch",
"v1.8.1",
"v1.9.0",
"https://github.com/ERGO-Code/HiGHS.git",
],
cwd=this_directory,
Expand Down Expand Up @@ -160,7 +160,7 @@ def patch_rpath(executable_path: str):

setup(
name="highsbox",
version="1.8.1",
version="1.9.0",
cmdclass=cmdclass,
author="Yue Yang",
author_email="[email protected]",
Expand Down

0 comments on commit abd8984

Please sign in to comment.