Skip to content

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0a0
1+
1.14.0a0

0 commit comments

Comments
 (0)