Skip to content

Commit

Permalink
fix: add torchvision in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vra committed Jul 8, 2023
1 parent 3593d0e commit 5e8e43e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ classifiers = [
]
dependencies = [
"appdirs",
"torch",
"pillow",
"numpy",
"loguru",
"numpy",
"pillow",
"torch",
"torchvision",
"tqdm",
]

[project.scripts]
Expand Down

0 comments on commit 5e8e43e

Please sign in to comment.