From 2221a7bbb3b5f68eba2662452d997afe10f3f70b Mon Sep 17 00:00:00 2001 From: German Date: Fri, 28 Jul 2023 09:26:07 +0200 Subject: [PATCH] Allowing ansys-tools-path 0.2.4 for python3.7 compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a37ad3a2e5..1fc845e960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "protobuf>=3.12.2", # minimum required based on latest ansys-grpc-mapdl "psutil>=5.9.4", "pyansys-tools-versioning>=0.3.3", - "ansys-tools-path>=0.3.1", + "ansys-tools-path>=0.2.4", "pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl' "pyvista>=0.33.0,<0.41", "scipy>=1.3.0", # for sparse (consider optional?)