Skip to content

Commit

Permalink
Pin ipywidgets < 8 to solve #59
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow authored Aug 23, 2022
1 parent 16b924e commit a45e7ec
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 a45e7ec

Please sign in to comment.