Skip to content

Commit

Permalink
Merge pull request #60 from wolberlab/ds-pin-ipywidgets
Browse files Browse the repository at this point in the history
Pin `ipywidgets` < 8 to solve #59
  • Loading branch information
dominiquesydow authored Aug 23, 2022
2 parents 16b924e + a45e7ec commit c238f93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies:
- seaborn
- jupyter
- jupyterlab>=3
- ipywidgets>=7.5
# https://github.com/wolberlab/dynophores/issues/59
- ipywidgets<8
- ipympl
- nglview>=3
- rdkit
Expand All @@ -37,4 +38,4 @@ dependencies:
- flake8-nb

## For Jupyter lab extensions, run:
# jupyter labextension install @jupyter-widgets/jupyterlab-manager nglview-js-widgets @ijmbarr/jupyterlab_spellchecker @jupyter-widgets/html-manager
# jupyter labextension install @jupyter-widgets/jupyterlab-manager nglview-js-widgets @ijmbarr/jupyterlab_spellchecker @jupyter-widgets/html-manager

0 comments on commit c238f93

Please sign in to comment.