Skip to content

Commit 44760b1

Browse files
committed
Include torch in dev requirements.
1 parent 5951f87 commit 44760b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ dev = [
6161
"ruff==0.4.7",
6262
"aioresponses==0.7.6",
6363
"factory-boy==3.3.0",
64-
"types-requests"
64+
"types-requests",
65+
"torch>=1.13.1,<2.6.0"
6566
]
6667
torch = [
6768
"torch>=1.13.1,<2.6.0"

0 commit comments

Comments
 (0)