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 929d216 commit 64f3e8eCopy full SHA for 64f3e8e
requirements.txt
@@ -3,7 +3,7 @@ ruamel.yaml>=0.16.0,<0.19
3
rdflib>=4.2.2,<7.1
4
shellescape>=3.4.1,<3.9
5
schema-salad>=8.4.20230426093816,<9
6
-prov==2.0.0
+prov==2.0.1
7
mypy-extensions
8
psutil>=5.6.6
9
importlib_resources>=1.4;python_version<'3.9'
setup.py
@@ -128,7 +128,7 @@
128
"rdflib >= 4.2.2, < 7.1.0",
129
"shellescape >= 3.4.1, < 3.9",
130
"schema-salad >= 8.4.20230426093816, < 9",
131
- "prov == 2.0.0",
+ "prov == 2.0.1",
132
"mypy-extensions",
133
"psutil >= 5.6.6",
134
"importlib_resources>=1.4;python_version<'3.9'",
0 commit comments