Skip to content

Commit

Permalink
scip gurobi on py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 19, 2024
1 parent 62a0fe8 commit 92e9131
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ dependencies = [
# extras
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
[project.optional-dependencies]
test = ["pytest", "pytest-cov", "gurobipy", "pyscipopt", "numpy"]
test = [
"pytest",
"pytest-cov",
"gurobipy; python_version < '3.13' ",
"pyscipopt",
"numpy",
]
dev = [
"ilpy[test]",
"ipython",
Expand Down

0 comments on commit 92e9131

Please sign in to comment.