Skip to content

Commit

Permalink
new minimum galaxy-tool-util to fix a biocontainers bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 30, 2022
1 parent 25ef7c2 commit 49b44e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"cwl-utils >= 0.15",
],
extras_require={
"deps": ["galaxy-tool-util >= 21.1.0, <22"],
"deps": ["galaxy-tool-util >= 22.1.2, <23"],
},
python_requires=">=3.6, <4",
setup_requires=PYTEST_RUNNER,
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pytest-cov
arcp >= 0.2.0
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
-rrequirements.txt
galaxy-tool-util >= 21.1.0, < 22
galaxy-tool-util >= 22.1.2, < 23

0 comments on commit 49b44e5

Please sign in to comment.