Skip to content

Commit

Permalink
Remove optional declared libs in poetry.dependencies as they appear i…
Browse files Browse the repository at this point in the history
…n METADATA as Required-Dist
  • Loading branch information
pablormier committed May 5, 2024
1 parent 2844d0e commit 7632ef1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,8 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9 <4"
numpy = ">=1.22"
# Backends
cvxpy = {version = "^1.3.2", optional = true}
PICOS = {version = "^2.4.1", optional = true}
# PyPI available solvers (more supported through third party packages, e.g. CPLEX, MOSEK, ...)
cylp = {version = "^0.92.2", optional = true}
scipy = {version = "^1.13.0", optional = true}
pyscipopt = {version = "^5.0.0", optional = true}
gurobipy = {version = "^11.0.1", optional = true}
# Contrib
networkx = {version = ">=3.0", optional = true}
omnipath = {version = "^1.0.8", optional = true}
decoupler = {version = "^1.6.0", optional = true}
cobra = {version = "^0.29.0", optional = true}
# Additional deps
matplotlib = {version = ">=3.6.3", optional = true}

[tool.poetry.group.dev.dependencies]
scipy = ">=1.12.0"
Expand Down

0 comments on commit 7632ef1

Please sign in to comment.