Skip to content

Commit

Permalink
ruamel.yaml: allow any 0.17.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 1, 2023
1 parent 9b4f073 commit ec0d3ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruamel.yaml >= 0.16.0, < 0.17.27;python_version>='3.10'
ruamel.yaml >= 0.15.98, < 0.17.27;python_version>='3.9'
ruamel.yaml >= 0.15.78, < 0.17.27;python_version>='3.8'
ruamel.yaml >= 0.15.71, < 0.17.29
ruamel.yaml >= 0.16.0, < 0.18;python_version>='3.10'
ruamel.yaml >= 0.15.98, < 0.18;python_version>='3.9'
ruamel.yaml >= 0.15.78, < 0.18;python_version>='3.8'
ruamel.yaml >= 0.15.71, < 0.18
schema-salad
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
package_data={"cwlupgrader.tests": ["../testdata/**/*.cwl"]},
install_requires=[
"setuptools",
"ruamel.yaml >= 0.16.0, < 0.17.27;python_version>='3.10'",
"ruamel.yaml >= 0.15.98, < 0.17.27;python_version>='3.9'",
"ruamel.yaml >= 0.15.78, < 0.17.27;python_version>='3.8'",
"ruamel.yaml >= 0.15.71, < 0.17.29",
"ruamel.yaml >= 0.16.0, < 0.18;python_version>='3.10'",
"ruamel.yaml >= 0.15.98, < 0.18;python_version>='3.9'",
"ruamel.yaml >= 0.15.78, < 0.18;python_version>='3.8'",
"ruamel.yaml >= 0.15.71, < 0.18",
"schema_salad",
],
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
Expand Down

0 comments on commit ec0d3ef

Please sign in to comment.