From c95bc00d90fa3bc65ac320440df912efec82150a Mon Sep 17 00:00:00 2001 From: Dominique Sydow Date: Mon, 31 Oct 2022 06:32:27 +0000 Subject: [PATCH] Pin `ipywidgets` to <8 --- devtools/conda-envs/test_env.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index d69d4296..bbf175e2 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -14,7 +14,8 @@ dependencies: - seaborn - jupyter - jupyterlab>=3 - - ipywidgets>=7.5 + # https://github.com/volkamerlab/kissim/issues/112 + - ipywidgets<8 - nglview>=3 - biopython=1.77 - opencadd