From a1bb9908529ca349aa3931063cae13f45ef02a56 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:19:21 +0200 Subject: [PATCH] revert: update ansys-tools-visualization-interface --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5463ab7a3..0ba44bb03f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.4.2", + "ansys-tools-visualization-interface==0.4.0", "autopep8==2.3.1", "matplotlib==3.9.2", "pandas==2.2.2", @@ -75,7 +75,7 @@ tests = [ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.1", - "ansys-tools-visualization-interface==0.4.2", + "ansys-tools-visualization-interface==0.4.0", "ansys-sphinx-theme==1.0.8", "grpcio==1.66.1", "imageio-ffmpeg==0.5.1",