Skip to content

Commit b0921ce

Browse files
committed
Include torch as a required dependency
1 parent 5e85bbe commit b0921ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
authors = [{ name = "Jiacheng Huang", email = "huangjiacheng0709@outlook.com" }]
99
description = "NineToothed operators for LLMs."
1010
readme = "README.md"
11-
dependencies = ["ninetoothed>=0.16.0"]
11+
dependencies = ["ninetoothed>=0.16.0", "torch"]
1212
requires-python = ">=3.10"
1313
classifiers = [
1414
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)