Skip to content

Commit

Permalink
unpin ruamel.yaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 6, 2023
1 parent 56c280a commit d6ea7f9
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 @@ -22,7 +22,7 @@
platforms=['POSIX', 'MacOS', 'Windows'],
python_requires='>=3.7.0',
install_requires=[
"ruamel.yaml == 0.16.12",
"ruamel.yaml >= 0.16.12",
"dukpy >= 0.2.2",
"cwlformat >= 2021.1.5"
],
Expand Down

0 comments on commit d6ea7f9

Please sign in to comment.