diff --git a/requirements.txt b/requirements.txt index c89a47d..cb29436 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch==1.3.1 +torch==1.13.1 pytorch-ignite==0.2.0 pytorch-transformers==1.2.0 git+https://github.com/facebookresearch/pytext.git@8a73c72b0fa9296ee3e50479466df633c878742c diff --git a/setup.py b/setup.py index fc30c89..13f68d8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from grtr import __version__ INSTALL_REQUIRES = [ - 'torch==1.3.1', + 'torch==1.13.1', 'pytorch-transformers==1.2.0', 'mldc@git+https://github.com/microsoft/dstc8-meta-dialog.git@28b0406c28806e97093b0c3d6391ce48e1d16261', 'tb-nightly',