Skip to content

Commit f4a3d5a

Browse files
committed
Bump functorch mininum PyTorch version
PyTorch nightlies are on 1.13; our setup.py should match.
1 parent 2b535dd commit f4a3d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def write_version_file():
4545
requirements = [
4646
# This represents a nightly version of PyTorch.
4747
# It can be installed as a binary or from source.
48-
"torch>=1.10.0.dev",
48+
"torch>=1.13.0.dev",
4949
]
5050

5151
extras = {}

0 commit comments

Comments
 (0)