From 408bcf156c8d540b581cac51d101804efeb4dbbf Mon Sep 17 00:00:00 2001 From: Richard Zou Date: Tue, 11 Oct 2022 08:41:36 -0700 Subject: [PATCH] Bump functorch version --- setup.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a17539138..5f9410fe9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ requirements = [ # This represents a nightly version of PyTorch. # It can be installed as a binary or from source. - "torch>=1.13.0.dev", + "torch>=1.14.0.dev", ] extras = {} diff --git a/version.txt b/version.txt index cc67b88a3..59c85dbc8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.13.0a0 +1.14.0a0