Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzuo committed Aug 29, 2024
1 parent 656fcac commit 4cbe3d4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
25 changes: 21 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pyyaml = "^6.0.1"
jinja2 = "^3.1.4"
rustworkx = "^0.14.2"
matplotlib = "^3.9.0"
certifi = "^2024.7.4"


[tool.poetry.group.dev.dependencies]
Expand All @@ -26,6 +27,7 @@ pytest-cov = "^4.1.0"
pytest-timeout = "^2.2.0"
pytest-subtests = "^0.12.1"
black = {extras = ["jupyter"], version = "^24.4.2"}
pytest-mock = "^3.14.0"

[tool.poetry.group.all]
optional = true
Expand Down
22 changes: 8 additions & 14 deletions tests/problem_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,10 +1086,8 @@ def rover_line_fully_specified_1():
(available rover1)
(available rover2)
(available rover3)
(at lander1 site1)
(at lander2 site6)
(visible_from lander1 site1)
(visible_from lander2 site6)
(at_lander lander1 site1)
(at_lander lander2 site6)
(empty store1)
(full store2)
(store_of store1 rover1)
Expand Down Expand Up @@ -1135,10 +1133,8 @@ def rover_line_fully_specified_1():
(at rover1 site6)
(at rover2 site6)
(at rover3 site6)
(at lander1 site1)
(at lander2 site6)
(visible_from lander1 site1)
(visible_from lander2 site6)
(at_lander lander1 site1)
(at_lander lander2 site6)
(empty store1)
(full store2)
(store_of store1 rover1)
Expand Down Expand Up @@ -1245,10 +1241,8 @@ def rover_line_1():
(available rover1)
(available rover2)
(available rover3)
(at lander1 site1)
(at lander2 site6)
(visible_from lander1 site1)
(visible_from lander2 site6)
(at_lander lander1 site1)
(at_lander lander2 site6)
)
(:goal
(and
Expand Down Expand Up @@ -1296,8 +1290,8 @@ def rover_line_2():
(available rover1)
(available rover2)
(available rover3)
(at lander1 site1)
(at lander2 site6)
(at_lander lander1 site1)
(at_lander lander2 site6)
)
(:goal
(and
Expand Down

0 comments on commit 4cbe3d4

Please sign in to comment.