ommx-openjij-adapter 1.9.5__tar.gz → 2.0.0b1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ommx_openjij_adapter
3
- Version: 1.9.5
3
+ Version: 2.0.0b1
4
4
  Summary: OMMX Adapter for OpenJij.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Project-URL: Repository, https://github.com/Jij-Inc/ommx
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: License :: OSI Approved :: MIT License
15
15
  Requires-Python: <3.13,>=3.9
16
16
  Description-Content-Type: text/markdown
17
- Requires-Dist: ommx<2.0.0,>=1.9.0rc1
17
+ Requires-Dist: ommx<3.0.0,>=2.0.0b1
18
18
  Requires-Dist: openjij>=0.9.2
19
19
 
20
20
  OMMX Adapter for OpenJij
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ommx_openjij_adapter
3
- Version: 1.9.5
3
+ Version: 2.0.0b1
4
4
  Summary: OMMX Adapter for OpenJij.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Project-URL: Repository, https://github.com/Jij-Inc/ommx
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: License :: OSI Approved :: MIT License
15
15
  Requires-Python: <3.13,>=3.9
16
16
  Description-Content-Type: text/markdown
17
- Requires-Dist: ommx<2.0.0,>=1.9.0rc1
17
+ Requires-Dist: ommx<3.0.0,>=2.0.0b1
18
18
  Requires-Dist: openjij>=0.9.2
19
19
 
20
20
  OMMX Adapter for OpenJij
@@ -0,0 +1,2 @@
1
+ ommx<3.0.0,>=2.0.0b1
2
+ openjij>=0.9.2
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ommx_openjij_adapter"
7
- version = "1.9.5"
7
+ version = "2.0.0b1"
8
8
 
9
9
  description = "OMMX Adapter for OpenJij."
10
10
  authors = [{ name = "Jij Inc.", email = "info@j-ij.com" }]
@@ -22,7 +22,7 @@ classifiers = [
22
22
  "License :: OSI Approved :: Apache Software License",
23
23
  "License :: OSI Approved :: MIT License",
24
24
  ]
25
- dependencies = ["ommx>=1.9.0rc1,<2.0.0","openjij>=0.9.2"]
25
+ dependencies = ["ommx >= 2.0.0b1, < 3.0.0", "openjij >= 0.9.2"]
26
26
 
27
27
  [project.urls]
28
28
  Repository = "https://github.com/Jij-Inc/ommx"
@@ -1,2 +0,0 @@
1
- ommx<2.0.0,>=1.9.0rc1
2
- openjij>=0.9.2