Skip to content

Commit 49b44e5

Browse files
committed
new minimum galaxy-tool-util to fix a biocontainers bug
1 parent 25ef7c2 commit 49b44e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"cwl-utils >= 0.15",
125125
],
126126
extras_require={
127-
"deps": ["galaxy-tool-util >= 21.1.0, <22"],
127+
"deps": ["galaxy-tool-util >= 22.1.2, <23"],
128128
},
129129
python_requires=">=3.6, <4",
130130
setup_requires=PYTEST_RUNNER,

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pytest-cov
77
arcp >= 0.2.0
88
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
99
-rrequirements.txt
10-
galaxy-tool-util >= 21.1.0, < 22
10+
galaxy-tool-util >= 22.1.2, < 23

0 commit comments

Comments
 (0)