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