diff --git a/requirements/torch_cpu.txt b/requirements/torch_cpu.txt index 59e273288..babb4fb8e 100644 --- a/requirements/torch_cpu.txt +++ b/requirements/torch_cpu.txt @@ -1,2 +1,2 @@ --find-links https://download.pytorch.org/whl/cpu ---find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html \ No newline at end of file +--find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html \ No newline at end of file diff --git a/requirements/torch_gpu.txt b/requirements/torch_gpu.txt index 1f1abba3f..ddcb85038 100644 --- a/requirements/torch_gpu.txt +++ b/requirements/torch_gpu.txt @@ -1,4 +1,4 @@ # Contains packages requirements for GPU installation --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.1.0+cu118 ---find-links https://data.pyg.org/whl/torch-2.1.0+cu118.html +--find-links https://data.pyg.org/whl/torch-2.2.0+cu118.html diff --git a/requirements/torch_macos.txt b/requirements/torch_macos.txt index 3e9d75df4..2b5009a8e 100644 --- a/requirements/torch_macos.txt +++ b/requirements/torch_macos.txt @@ -1,2 +1,2 @@ --find-links https://download.pytorch.org/whl/torch_stable.html ---find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html \ No newline at end of file +--find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html \ No newline at end of file