Skip to content

Commit

Permalink
Pin rosbags to <0.9.20 (hotfix #636) (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp authored Mar 5, 2024
1 parent 922ab41 commit 5db03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run(self):
"pygments",
"pyyaml",
"pillow",
"rosbags>=0.9.10",
"rosbags>=0.9.10,<0.9.20", # TODO (see issue #638)
],
python_requires=">=3.8",
classifiers=[
Expand Down

0 comments on commit 5db03c8

Please sign in to comment.