Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 408bcf1

Browse files
committed
Bump functorch version
1 parent caa6337 commit 408bcf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
requirements = [
2929
# This represents a nightly version of PyTorch.
3030
# It can be installed as a binary or from source.
31-
"torch>=1.13.0.dev",
31+
"torch>=1.14.0.dev",
3232
]
3333

3434
extras = {}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0a0
1+
1.14.0a0

0 commit comments

Comments
 (0)