Skip to content

Commit

Permalink
fix: fix quaterion-models dependency (#185)
Browse files Browse the repository at this point in the history
* fix: fix quaterion-models dependency

* new: update version, return torch dependency
  • Loading branch information
joein authored Nov 14, 2022
1 parent 77413ce commit 60ea692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quaterion"
version = "0.1.31"
version = "0.1.32"
description = "Similarity Learning fine-tuning framework"
authors = ["Quaterion Authors <[email protected]>"]
packages = [
Expand All @@ -16,7 +16,7 @@ keywords = ["framework", "similarity-learning", "metric-learning", "similarity",
python = ">=3.8,<3.11"
torch = ">=1.8.2"
pytorch-lightning = "^1.6.4"
quaterion-models = "0.1.17"
quaterion-models = "^0.1.17"
loguru = "^0.5.3"
mmh3 = "^3.0.0"
pytorch-metric-learning = {version = "^1.3.0", optional = true}
Expand Down

0 comments on commit 60ea692

Please sign in to comment.