Skip to content

Commit

Permalink
fix: dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Nov 1, 2024
1 parent 710b5c1 commit 6241b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion driving_log_replayer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<exec_depend>driving_log_replayer_analyzer</exec_depend>
<exec_depend>lanelet2_extension_python</exec_depend>
<exec_depend>perception_eval</exec_depend>
<exec_depend>python3-jsonschema</exec_depend>
<exec_depend>python3-fastjsonschema</exec_depend>

Check warning on line 41 in driving_log_replayer/package.xml

View workflow job for this annotation

GitHub Actions / spell-check

Unknown word (fastjsonschema)
<exec_depend>python3-pandas</exec_depend>
<exec_depend>python3-simplejson</exec_depend>
<exec_depend>python3-termcolor</exec_depend>
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies = [
"simplejson>=3.19.2",
"pydantic>=2.6.1",
"kaleido>=0.2.1",
"fastjsonschema>=2.15.1",
]
readme = "README.md"
requires-python = ">=3.10,<3.11"
Expand Down

0 comments on commit 6241b1e

Please sign in to comment.