Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier authored Sep 24, 2024
1 parent 5378673 commit c007326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ homepage = "https://github.com/MetExplore/miom/"
include = ["LICENSE"]

[tool.poetry.dependencies]
python = "^3.6.1"
numpy = "^1.19.0"
python = ">=3.7"
numpy = "^1.26.0"
mip = "^1.13.0"
PICOS = {version = "^2.2.52", optional = true}
swiglpk = {version = "^5.0.3", optional = true}
gurobipy = {version = "^9.1.2", optional = true}
swiglpk = {version = "^5.0.10", optional = true}
gurobipy = {version = "^11.0.3", optional = true}
Mosek = {version = "^9.3.3", optional = true}
cobra = {version = "^0.22.0", optional = true}

Expand Down

0 comments on commit c007326

Please sign in to comment.