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 44b15cb commit 329cab4Copy full SHA for 329cab4
requirements.txt
@@ -1,6 +1,6 @@
1
SPARQLWrapper==1.8.4
2
networkx==2.4
3
-Jinja2>=3.0.3,<=3.1.3
+Jinja2>=3.0.3,<=3.1.4
4
jupyter==1.0.0
5
notebook>=6.1.5,<7.0.0
6
ipywidgets==7.7.2
setup.py
@@ -72,7 +72,7 @@ def get_version():
72
'ipywidgets==7.7.2',
73
'jupyterlab_widgets>=1.0.0,<3.0.0',
74
'networkx==2.4',
75
- 'Jinja2>=3.0.3,<=3.1.3',
+ 'Jinja2>=3.0.3,<=3.1.4',
76
'notebook>=6.1.5,<7.0.0',
77
'nbclient<=0.7.3',
78
'jupyter-contrib-nbextensions<=0.7.0',
0 commit comments