Skip to content

Commit

Permalink
Start developing OMMX Python SDK 1.8.4 (#320)
Browse files Browse the repository at this point in the history
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
github-actions[bot] and termoshtt authored Feb 13, 2025
1 parent 71bbdb7 commit 5823d6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions python/ommx-openjij-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]" }]
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions python/ommx-pyscipopt-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions python/ommx-python-mip-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]" }]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion python/ommx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5823d6e

Please sign in to comment.