Skip to content

Commit

Permalink
Merge pull request #63 from prio-data/fix_dependencies
Browse files Browse the repository at this point in the history
fix missing dependency to vtu
  • Loading branch information
jimdale authored May 2, 2024
2 parents 3149910 + 52fcb74 commit cb666e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "viewser"
version = "6.5.0"
version = "6.5.1"
description = "The Views 3 CLI tool"
authors = ["peder2911 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -28,6 +28,7 @@ strconv = "^0.4.2"
pyarrow = ">9.0.0"
views-storage = "^1.1.0"
tqdm = "^4.66.0"
views_tensor_utilities = "<1.0.0"

[tool.poetry.scripts]
viewser = "viewser.cli:viewser"
Expand Down

0 comments on commit cb666e8

Please sign in to comment.