From ae925083104a03113c582781fe9d59b4f52e6df3 Mon Sep 17 00:00:00 2001 From: Massimo Capodiferro <77293250+maxcapodi78@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:38:18 +0100 Subject: [PATCH] Updated ansys-pythonnet requirement (#909) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86b333ee3b..0baaba932e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "cffi>=1.16.0,<1.18; platform_system=='Linux'", "pywin32 >= 303;platform_system=='Windows'", - "ansys-pythonnet >= 3.1.0rc3", + "ansys-pythonnet >= 3.1.0rc4", "dotnetcore2 ==3.1.23;platform_system=='Linux'", "numpy>=1.20.0,<3", "pandas>=1.1.0,<2.3",