Skip to content

Commit 1a10136

Browse files
authored
Update setup.py
- Fixed a typo causing `networkx` dependency to not be installed.
1 parent 1766bc1 commit 1a10136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_version():
7070
'SPARQLWrapper==1.8.4',
7171
'requests',
7272
'ipywidgets==7.7.2',
73-
'jupyterlab_widgets>=1.0.0,<3.0.0'
73+
'jupyterlab_widgets>=1.0.0,<3.0.0',
7474
'networkx==2.4',
7575
'Jinja2==3.0.3',
7676
'notebook>=6.1.5,<6.5.0',

0 commit comments

Comments
 (0)