From 32bfc0506ac0374a04c37a83bfcf8d98cbeb7289 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:26:43 +0200 Subject: [PATCH 1/2] build: unblock PyFluent compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cd572ef..4e67a9a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.10,<3.15" importlib-metadata = {version = "^4.0", python = "<3.9"} -ansys-fluent-core = ">=0.35.0,<0.40.0" +ansys-fluent-core = "~=0.35.0" pyvista = ">=0.44.0" matplotlib = ">=3.6.0" pyvistaqt = { version = "~=0.11.1", optional = true } From 8451ccb5f017c624b382a2ae492449e963a13ab1 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:32:37 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e67a9a1..435569aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.10,<3.15" importlib-metadata = {version = "^4.0", python = "<3.9"} -ansys-fluent-core = "~=0.35.0" +ansys-fluent-core = ">=0.35.0" pyvista = ">=0.44.0" matplotlib = ">=3.6.0" pyvistaqt = { version = "~=0.11.1", optional = true }