Skip to content

Commit

Permalink
[Feat] automatic testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Jul 19, 2024
1 parent db251b0 commit b082123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
rl4co = { git = "git@github.com:ai4co/rl4co.git", branch = "main" }
rl4co = { git = "https://github.com/ai4co/rl4co.git", branch = "main" }
pyvrp = { version = "^0.9.1", optional = true }
ortools = { version = "^9.10.4067", optional = true }
# lkh = { git = "[email protected]:leonlan/pylkh.git", rev = "7ba9965", optional = true}
Expand All @@ -37,7 +37,7 @@ pre-commit = "^3.3.3"
graph = ["torch_geometric"]
testing = ["pytest", "pytest-cov"]
solvers = ["pyvrp", "ortools"]
all = ["graph", "testing", "solvers"]
all = ["graph", "testing", "solvers", "dev"]

[tool.ruff]
select = ["F", "E", "W", "I001"]
Expand Down

0 comments on commit b082123

Please sign in to comment.