Skip to content

Commit fe39eff

Browse files
committed
add ipywidgets to the examples deps
1 parent 7796bc3 commit fe39eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def get_setup_version(reponame):
6060
'pooch',
6161
'scipy',
6262
'ipywidgets',
63-
6463
]
6564

6665
# Dependencies required to run the notebooks
@@ -94,6 +93,7 @@ def get_setup_version(reponame):
9493
'pygraphviz',
9594
'ipykernel <6.18.0', # temporary
9695
'numpy < 1.24', # temporary, for a numba error
96+
'ipywidgets',
9797
]
9898

9999
# Packages not working on python 3.11 because of numba

0 commit comments

Comments
 (0)