From 0c940f8f4c34e02ae3136b75693111750e8e8024 Mon Sep 17 00:00:00 2001 From: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:33:41 +0100 Subject: [PATCH] Update pyproject.toml (#4401) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51dae03e060..6b5ae46f890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ doc = [ "imageio>=2.30.0,<2.35", #"imageio-ffmpeg>=0.4.0,<0.5", "ipython>=7.34.0; python_version == '3.7'", - "ipython>=8.13.0<8.23; python_version > '3.7'", + "ipython>=8.13.0,<8.23; python_version > '3.7'", #"ipywidgets>=8.0.0,<8.2", "joblib>=1.3.0,<1.4", "jupyterlab>=4.0.0,<4.3",