Skip to content

Commit

Permalink
Merge pull request #263 from volkamerlab/ds-pin-ipywidgets
Browse files Browse the repository at this point in the history
Pin `ipywidgets` < 8 to solve #262
  • Loading branch information
dominiquesydow authored Aug 23, 2022
2 parents daeb016 + 175fc45 commit 0b57db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devtools/test_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ dependencies:
- jupyter
- jupyterlab>=3
- nglview>=3
- ipywidgets>=7.5
# https://github.com/volkamerlab/teachopencadd/issues/262
- ipywidgets<8
# Explicitly add numpy because of https://github.com/volkamerlab/teachopencadd/issues/150
- numpy
- scikit-learn
Expand Down

0 comments on commit 0b57db7

Please sign in to comment.