Skip to content

Commit

Permalink
Change to lenient pyyaml requirements (#145)
Browse files Browse the repository at this point in the history
* Change to lenient pyyaml requirements

---------

Co-authored-by: pipinet <[email protected]>
Co-authored-by: fred-labs <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent 8781659 commit dd49c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
build/
log/
install/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ antlr4-python3-runtime==4.9.1
transforms3d==0.3.1
pexpect==4.8.0
defusedxml==0.7.1
pyyaml==5.4.1
pyyaml>=5.4.1
2 changes: 1 addition & 1 deletion scenario_execution/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
install_requires=[
'setuptools',
'antlr4-python3-runtime==4.9.1',
'pyyaml==5.4.1',
'pyyaml>=5.4.1',
'py-trees==2.2.3'
],
zip_safe=True,
Expand Down

0 comments on commit dd49c18

Please sign in to comment.