ommx-python-mip-adapter 1.8.1__tar.gz → 1.8.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/PKG-INFO +2 -2
  2. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter.egg-info/PKG-INFO +2 -2
  3. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter.egg-info/requires.txt +1 -1
  4. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/pyproject.toml +4 -8
  5. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/README.md +0 -0
  6. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter/__init__.py +0 -0
  7. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter/adapter.py +0 -0
  8. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter/exception.py +0 -0
  9. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter/python_mip_to_ommx.py +0 -0
  10. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter.egg-info/SOURCES.txt +0 -0
  11. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter.egg-info/dependency_links.txt +0 -0
  12. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/ommx_python_mip_adapter.egg-info/top_level.txt +0 -0
  13. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/setup.cfg +0 -0
  14. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/tests/test_adapter.py +0 -0
  15. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/tests/test_constant_constraint.py +0 -0
  16. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/tests/test_integration.py +0 -0
  17. {ommx_python_mip_adapter-1.8.1 → ommx_python_mip_adapter-1.8.2}/tests/test_model_to_instance.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ommx_python_mip_adapter
3
- Version: 1.8.1
3
+ Version: 1.8.2
4
4
  Summary: An adapter for the Python-MIP from/to OMMX.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Project-URL: Repository, https://github.com/Jij-Inc/ommx
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: License :: OSI Approved :: MIT License
14
14
  Requires-Python: >=3.9
15
15
  Description-Content-Type: text/markdown
16
- Requires-Dist: ommx<2.0.0,>=1.4.0
16
+ Requires-Dist: ommx<2.0.0,>=1.8.2
17
17
  Requires-Dist: mip<2.0.0,>=1.15.0
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: markdown-code-runner; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ommx_python_mip_adapter
3
- Version: 1.8.1
3
+ Version: 1.8.2
4
4
  Summary: An adapter for the Python-MIP from/to OMMX.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Project-URL: Repository, https://github.com/Jij-Inc/ommx
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: License :: OSI Approved :: MIT License
14
14
  Requires-Python: >=3.9
15
15
  Description-Content-Type: text/markdown
16
- Requires-Dist: ommx<2.0.0,>=1.4.0
16
+ Requires-Dist: ommx<2.0.0,>=1.8.2
17
17
  Requires-Dist: mip<2.0.0,>=1.15.0
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: markdown-code-runner; extra == "dev"
@@ -1,4 +1,4 @@
1
- ommx<2.0.0,>=1.4.0
1
+ ommx<2.0.0,>=1.8.2
2
2
  mip<2.0.0,>=1.15.0
3
3
 
4
4
  [dev]
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ommx_python_mip_adapter"
7
- version = "1.8.1"
7
+ version = "1.8.2"
8
8
 
9
9
  description = "An adapter for the Python-MIP from/to OMMX."
10
10
  authors = [{ name = "Jij Inc.", email = "info@j-ij.com" }]
@@ -19,13 +19,9 @@ classifiers = [
19
19
  "License :: OSI Approved :: Apache Software License",
20
20
  "License :: OSI Approved :: MIT License",
21
21
  ]
22
- dependencies = [
23
- "ommx >= 1.4.0, < 2.0.0",
24
-
25
- # FIXME: This project requires latest version of Python-MIP (will be 1.16.0?), which does not release yet.
26
- # https://github.com/coin-or/python-mip/issues/384
27
- "mip >= 1.15.0, < 2.0.0",
28
- ]
22
+ # FIXME: This project requires latest version of Python-MIP (will be 1.16.0?), which does not release yet.
23
+ # https://github.com/coin-or/python-mip/issues/384
24
+ dependencies = ["ommx >= 1.8.2, < 2.0.0","mip >= 1.15.0, < 2.0.0"]
29
25
 
30
26
  [project.urls]
31
27
  Repository = "https://github.com/Jij-Inc/ommx"