From ed18af24a3de4289062f1f350056252cd0f5c9f2 Mon Sep 17 00:00:00 2001 From: crusaderky <crusaderky@gmail.com> Date: Tue, 20 Feb 2024 14:46:26 +0000 Subject: [PATCH] Unpin ipywidgets on Python 3.12 Complements #8253 --- continuous_integration/environment-3.12.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continuous_integration/environment-3.12.yaml b/continuous_integration/environment-3.12.yaml index 1f5cfdbc009..cb9124d883c 100644 --- a/continuous_integration/environment-3.12.yaml +++ b/continuous_integration/environment-3.12.yaml @@ -15,8 +15,8 @@ dependencies: - filesystem-spec # overridden by git tip below - gilknocker - h5py - - ipykernel <6.22.0 # https://github.com/dask/distributed/issues/7688 - - ipywidgets <8.0.5 # https://github.com/dask/distributed/issues/7688 + - ipykernel + - ipywidgets - jinja2 - locket - msgpack-python