Skip to content

Commit

Permalink
updating pyproject.toml to explicitly only allow supported torch vers…
Browse files Browse the repository at this point in the history
…ions (#106)
  • Loading branch information
pkgoogle authored Jul 17, 2024
1 parent bd13f5d commit c1c554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"requests",
"termcolor",
"typing-extensions",
"torch",
"torch >= 2.2",
"numpy",
]

Expand Down

0 comments on commit c1c554b

Please sign in to comment.