Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wr1 committed Jul 26, 2024
1 parent 2e672ae commit 5c47a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5c47a7e

Please sign in to comment.