We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc74d commit 9ffdfe5Copy full SHA for 9ffdfe5
requirements.txt
@@ -2,7 +2,7 @@ requests>=2.4.3
2
ruamel.yaml>=0.12.4,<=0.16.5
3
rdflib>=4.2.2,<5.1
4
shellescape>=3.4.1,<3.5
5
-schema-salad>=7.1,<8
+schema-salad>=7.1.20210518142926,<8
6
prov==1.5.1
7
bagit==1.8.1
8
mypy-extensions
setup.py
@@ -111,7 +111,9 @@
111
"ruamel.yaml >= 0.12.4, <= 0.16.5",
112
"rdflib >= 4.2.2, < 5.1.0",
113
"shellescape >= 3.4.1, < 3.5",
114
- "schema-salad >= 7.1, < 8",
+ # 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",
117
"mypy-extensions",
118
"psutil",
119
"prov == 1.5.1",
0 commit comments