Skip to content

Commit f6d3f59

Browse files
authored
Remove PyTorch requirement from deps so that it is easier to install arbitrary version of pytorch (#879)
1 parent ed0964b commit f6d3f59

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ linkify-it-py
1212
sphinx-autobuild
1313
sphinxext-opengraph
1414
pillow
15+
torch

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
license = { file = "LICENSE" }
1818
requires-python = ">=3.10"
1919
dependencies = [
20-
"torch>=2.7.0",
2120
"typing_extensions>=4.0.0",
2221
"filecheck",
2322
"psutil",

0 commit comments

Comments
 (0)