Skip to content

Commit 8a56a22

Browse files
committed
pin cwl-utils to 0.29 since 0.30 breaks convert
1 parent b9ba5e3 commit 8a56a22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bdbag>=1.4.1
22
click~=8.1
3-
cwl-utils>=0.27
3+
cwl-utils==0.29
44
cwlprov==0.1.1
55
networkx==3.1
66
prov>=1.5.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python_requires=>=3.8, <4
3232
install_requires=
3333
bdbag>=1.4.1
3434
click~=8.1
35-
cwl-utils>=0.27
35+
cwl-utils==0.29
3636
cwlprov==0.1.1
3737
networkx==3.1
3838
prov>=1.5.1

0 commit comments

Comments
 (0)