Skip to content

Commit

Permalink
Merge pull request #64 from prio-data/fix_dependency
Browse files Browse the repository at this point in the history
add missing pyod dep
  • Loading branch information
jimdale committed May 2, 2024
2 parents cb666e8 + 0846064 commit 28d28d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "viewser"
version = "6.5.1"
version = "6.5.2"
description = "The Views 3 CLI tool"
authors = ["peder2911 <pglandsverk@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -29,6 +29,7 @@ pyarrow = ">9.0.0"
views-storage = "^1.1.0"
tqdm = "^4.66.0"
views_tensor_utilities = "<1.0.0"
pyod = "<1.1.0"

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

0 comments on commit 28d28d1

Please sign in to comment.