From 9ecce22efa7b379b7f354bf7e69c34c09fd40d29 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:54:40 +0100 Subject: [PATCH] fix: ansys-tools-path minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8fbf9f96..d654c7dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = ["ansys-dpf-core>=0.7.2", "ansys-api-dyna==0.4.1", - "ansys-tools-path==0.6.0", + "ansys-tools-path>=0.6.0", "ansys-platform-instancemanagement~=1.0", "pyvista>=0.43.4", ]