Skip to content

Commit

Permalink
mcap-ros1-support: Add missing pyyaml dependency (#956)
Browse files Browse the repository at this point in the history
### Public-Facing Changes
mcap-ros1-support: Add missing pyyaml dependency

### Description
Fixes #955
  • Loading branch information
achim-k authored Sep 1, 2023
1 parent a68c769 commit 172d3d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ overrides:
ignoreRegExpList:
- "0x[0-9a-f]+n?"

- filename: "(Pipfile|README.md|pyproject.toml)"
- filename: "(Pipfile|README.md|pyproject.toml|setup.cfg)"
words:
- pypi
- pyright
Expand All @@ -151,6 +151,7 @@ overrides:
- addopts
- xfail
- Pipfile
- pyyaml

- filename: "python/**/*.rst"
words:
Expand Down
2 changes: 1 addition & 1 deletion python/mcap-ros1-support/mcap_ros1/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"
1 change: 1 addition & 0 deletions python/mcap-ros1-support/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers =
install_package_data = True
install_requires =
mcap>=0.0.14
pyyaml
packages = find:
python_requires = >=3.7

Expand Down

0 comments on commit 172d3d1

Please sign in to comment.