From 175fc45e64f405d287d98e45f7343ec6aaa0b282 Mon Sep 17 00:00:00 2001 From: Dominique Sydow Date: Tue, 23 Aug 2022 10:57:26 +0100 Subject: [PATCH] Pin `ipywidgets` < 8 to solve #262 --- devtools/test_env.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devtools/test_env.yml b/devtools/test_env.yml index c99811e3..72698af1 100644 --- a/devtools/test_env.yml +++ b/devtools/test_env.yml @@ -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