Skip to content

Commit fe8ff81

Browse files
committed
1 parent 9662a78 commit fe8ff81

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dependencies = [
2323
"bdbag>=1.4.1",
2424
"click~=8.1",
2525
"cwl-utils==0.40",
26-
"cwlprov==0.2.0",
26+
"cwlprov @ git+https://github.com/common-workflow-language/cwlprov-py@2d4744e062d59458322b5fd2e7a00ad754b6cb13",
2727
"networkx==3.1",
28-
"prov>=1.5.1",
28+
"prov==1.5.1",
2929
"rocrate>=0.9,<1",
3030
]
3131
dynamic = ["version"]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bdbag>=1.4.1
22
click~=8.1
33
cwl-utils==0.40
4-
cwlprov==0.2.0
4+
cwlprov @ git+https://github.com/common-workflow-language/cwlprov-py@2d4744e062d59458322b5fd2e7a00ad754b6cb13
55
networkx==3.1
6-
prov>=1.5.1
6+
prov==1.5.1
77
rocrate>=0.9,<1

0 commit comments

Comments
 (0)