Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfates committed Oct 14, 2024
1 parent f6a2c98 commit db46e4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["deepfates <[email protected]>", "wkrettek <[email protected]

[tool.poetry.dependencies]
python = "^3.9"
torch = "^1.11.0"
torch = "^2.2.0"
annoy = "^1.17.0"
torchvision = "^0.12.0"
torchvision = "^0.17.0"
tqdm = "^4.64.0"
Pillow = "^9.1.0"
typer = "^0.4.1"
Expand All @@ -17,6 +17,8 @@ clip = {git = "https://github.com/openai/CLIP", rev = "main"}
ftfy = "^6.1.1"
regex = "^2022.4.24"
altair = "^4.0.0"
numpy = "^1.24.0"
protobuf = "^3.20.0"

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

0 comments on commit db46e4c

Please sign in to comment.