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 775ec14 commit abf86c7Copy full SHA for abf86c7
requirements.txt
@@ -2,7 +2,7 @@ requests>=2.4.3
2
ruamel.yaml>=0.15,<0.17.22
3
rdflib>=4.2.2,<6.2
4
shellescape>=3.4.1,<3.9
5
-schema-salad>=8.2.20211104054942,<9
+schema-salad>=8.3,<9
6
prov==1.5.1
7
bagit==1.8.1
8
mypy-extensions
setup.py
@@ -111,7 +111,7 @@
111
"ruamel.yaml >= 0.15, < 0.17.22",
112
"rdflib >= 4.2.2, < 6.2.0",
113
"shellescape >= 3.4.1, < 3.9",
114
- "schema-salad >= 8.2.20211104054942, < 9",
+ "schema-salad >= 8.3, < 9",
115
"mypy-extensions",
116
"psutil >= 5.6.6",
117
"prov == 1.5.1",
0 commit comments