Skip to content

Commit

Permalink
Use >= dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Dec 25, 2024
1 parent 1378fbc commit 87c91c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies = [
"matplotlib>=3.9.4",
"nbconvert>=7.16.4",
"networkx>=3.2.1",
"ommx-pyscipopt-adapter==1.6.0",
"ommx-python-mip-adapter==1.6.0",
"ommx-openjij-adapter==1.6.0",
"ommx==1.6.0",
"ommx-pyscipopt-adapter>=1.6.0",
"ommx-python-mip-adapter>=1.6.0",
"ommx-openjij-adapter>=1.6.0",
"ommx>=1.6.0",
]

0 comments on commit 87c91c0

Please sign in to comment.