Skip to content

Commit 9ffdfe5

Browse files
rupertnashmr-c
authored andcommitted
update minimum required version of schema_salad
1 parent 7bdc74d commit 9ffdfe5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.16.5
33
rdflib>=4.2.2,<5.1
44
shellescape>=3.4.1,<3.5
5-
schema-salad>=7.1,<8
5+
schema-salad>=7.1.20210518142926,<8
66
prov==1.5.1
77
bagit==1.8.1
88
mypy-extensions

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@
111111
"ruamel.yaml >= 0.12.4, <= 0.16.5",
112112
"rdflib >= 4.2.2, < 5.1.0",
113113
"shellescape >= 3.4.1, < 3.5",
114-
"schema-salad >= 7.1, < 8",
114+
# 7.1.20210518142926 or later required due to
115+
# https://github.com/common-workflow-language/schema_salad/issues/385
116+
"schema-salad >= 7.1.20210518142926, < 8",
115117
"mypy-extensions",
116118
"psutil",
117119
"prov == 1.5.1",

0 commit comments

Comments
 (0)