Skip to content

Commit

Permalink
fix: lock torch version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 4, 2023
1 parent 4ae404a commit 11ea300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pymupdf = "^1.23.4"
[tool.poetry.group.special.dependencies]
transformers = { git = "https://github.com/huggingface/transformers.git", rev = "main" }
redis = { extras = ["hiredis"], version = "^5.0.1" }
torch = ">=2.0.0, !=2.0.1"
torch = "2.0.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.328"
Expand Down

0 comments on commit 11ea300

Please sign in to comment.