Skip to content

Commit

Permalink
Merge branch 'AtsushiSakai:master' into fix/hybrid_astar_direction
Browse files Browse the repository at this point in the history
  • Loading branch information
parmaski authored Dec 8, 2024
2 parents f42c443 + 115b32d commit 91ae702
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy == 2.1.2
numpy == 2.1.3
scipy == 1.14.1
matplotlib == 3.9.2
matplotlib == 3.9.3
cvxpy == 1.5.3
pytest == 8.3.3 # For unit test
pytest == 8.3.4 # For unit test
pytest-xdist == 3.6.1 # For unit test
mypy == 1.12.0 # For unit test
ruff == 0.6.9 # For unit test
mypy == 1.13.0 # For unit test
ruff == 0.8.1 # For unit test

0 comments on commit 91ae702

Please sign in to comment.