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 81f2b12 commit a7c12a4Copy full SHA for a7c12a4
1 file changed
requirements.txt
@@ -4,9 +4,10 @@
4
chardet>=3.0.2
5
eventlet
6
jinja2>=2.11 # BSD License (3 clause)
7
-jsonschema>=4.18.5 # MIT
8
-# networkx v3.2 and greater does not support Python3.8.
9
-networkx>=2.6,<3.2
+#jsonschema==4.17.3
+jsonschema==4.26.0
+# networkx v3.5 and greater does not support Python3.10.
10
+networkx>=2.6,<3.4
11
python-dateutil
12
pyyaml>=5.3.1 # MIT
13
six>=1.14.0
0 commit comments