diff --git a/pyproject.toml b/pyproject.toml index 8bf906e..8d76251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ description = """\ """ readme = "README.md" dependencies = [ - "torch==2.4.1", + "torch==2.7.0", "transformers==4.44.2", "jsonschema==4.23.0", "typer==0.12.5",