Skip to content

Commit

Permalink
Update pyproject.toml to allow torch 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
2015aroras committed Jul 11, 2024
1 parent b10ab4b commit a813afa
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 @@ -14,7 +14,7 @@ requires-python = ">=3.8"
license = { file = "LICENSE" }
dependencies = [
"numpy",
"torch>=2.1,<2.3",
"torch>=2.1,<2.4",
"ai2-olmo-core==0.1.0",
"omegaconf",
"rich",
Expand Down

0 comments on commit a813afa

Please sign in to comment.