Skip to content

Commit

Permalink
add ipywidgets to the examples deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Mar 17, 2023
1 parent 7796bc3 commit fe39eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def get_setup_version(reponame):
'pooch',
'scipy',
'ipywidgets',

]

# Dependencies required to run the notebooks
Expand Down Expand Up @@ -94,6 +93,7 @@ def get_setup_version(reponame):
'pygraphviz',
'ipykernel <6.18.0', # temporary
'numpy < 1.24', # temporary, for a numba error
'ipywidgets',
]

# Packages not working on python 3.11 because of numba
Expand Down

0 comments on commit fe39eff

Please sign in to comment.