Skip to content

Commit

Permalink
build(deps): loosen torch req to <2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Aug 1, 2024
1 parent dcc659c commit fb1c5b1
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 @@ -9,7 +9,7 @@ requires-python = ">=3.11,<3.13"
readme = "README.md"
license = {text = "MIT"}
dependencies = [
"torch==2.2.0",
"torch>=2.2.0,<2.3",
"tokenizers>=0.13.3",
"transformers>=4.32.0",
"omegaconf>=2.3.0",
Expand Down

0 comments on commit fb1c5b1

Please sign in to comment.