From 5c47a7ead66fef87fe1be507352ec1ff2818dda1 Mon Sep 17 00:00:00 2001 From: wr1 <8971152+wr1@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:26:21 +0200 Subject: [PATCH] python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3ff099..08881f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "frd2vtu" -version = "0.1.1rc1" +version = "0.1.1rc2" description = "converter from calculix frd to vtu" authors = ["wr1 <8971152+wr1@users.noreply.github.com>"] license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.9.7" fire = "^0.6.0" pyvista = "^0.44.1" vtk = "^9.3.1"