-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start developing OMMX Python SDK 1.8.4 (#320)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: termoshtt <[email protected]>
- Loading branch information
1 parent
71bbdb7
commit 5823d6e
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "ommx_openjij_adapter" | ||
version = "1.8.3" | ||
version = "1.8.4" | ||
|
||
description = "OMMX Adapter for OpenJij." | ||
authors = [{ name = "Jij Inc.", email = "[email protected]" }] | ||
|
@@ -20,7 +20,7 @@ classifiers = [ | |
"License :: OSI Approved :: Apache Software License", | ||
"License :: OSI Approved :: MIT License", | ||
] | ||
dependencies = ["ommx>=1.8.3,<2.0.0","openjij>=0.9.2"] | ||
dependencies = ["ommx>=1.8.4,<2.0.0","openjij>=0.9.2"] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/Jij-Inc/ommx" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "ommx_pyscipopt_adapter" | ||
version = "1.8.3" | ||
version = "1.8.4" | ||
description = "An adapter for the SCIP from OMMX." | ||
authors = [{ name = "Jij Inc.", email = "[email protected]" }] | ||
readme = "README.md" | ||
|
@@ -18,7 +18,7 @@ classifiers = [ | |
"License :: OSI Approved :: Apache Software License", | ||
"License :: OSI Approved :: MIT License", | ||
] | ||
dependencies = ["ommx >= 1.8.3, < 2.0.0","PySCIPOpt >= 5.1.0, < 6.0.0"] | ||
dependencies = ["ommx >= 1.8.4, < 2.0.0","PySCIPOpt >= 5.1.0, < 6.0.0"] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/Jij-Inc/ommx" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "ommx_python_mip_adapter" | ||
version = "1.8.3" | ||
version = "1.8.4" | ||
|
||
description = "An adapter for the Python-MIP from/to OMMX." | ||
authors = [{ name = "Jij Inc.", email = "[email protected]" }] | ||
|
@@ -21,7 +21,7 @@ classifiers = [ | |
] | ||
# FIXME: This project requires latest version of Python-MIP (will be 1.16.0?), which does not release yet. | ||
# https://github.com/coin-or/python-mip/issues/384 | ||
dependencies = ["ommx >= 1.8.3, < 2.0.0", "mip >= 1.15.0, < 2.0.0"] | ||
dependencies = ["ommx >= 1.8.4, < 2.0.0","mip >= 1.15.0, < 2.0.0"] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/Jij-Inc/ommx" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "maturin" | |
[project] | ||
name = "ommx" | ||
|
||
version = "1.8.3" | ||
version = "1.8.4" | ||
description = "Open Mathematical prograMming eXchange (OMMX)" | ||
authors = [{ name = "Jij Inc.", email = "[email protected]" }] | ||
readme = "README.md" | ||
|