Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
wr1 committed Nov 4, 2024
1 parent b21c797 commit 944a064
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "frd2vtu"
version = "0.1.1rc6"
version = "0.1.1rc7"
description = "converter from calculix frd to vtu"
authors = ["wr1 <8971152+wr1@users.noreply.github.com>"]
license = "MIT"
Expand All @@ -9,10 +9,10 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9.7"
fire = "^0.7.0"
pyvista = "^0.43.5"
pyvista = "^0.43.1"
vtk = "^9.3.0"
pandas = "^2.2.1"
numpy = "1.26.4"
pandas = "^2.2.0"
numpy = "^1.24.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 944a064

Please sign in to comment.