diff --git a/requirements-torch_cpu.txt b/requirements-torch_cpu.txt index 766da947..7dd8122d 100644 --- a/requirements-torch_cpu.txt +++ b/requirements-torch_cpu.txt @@ -1,9 +1,9 @@ moviepy -torch==1.10.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html +torch==1.11.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html -torch-scatter==2.0.9 -f https://data.pyg.org/whl/torch-1.10.0+cpu.html -torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.10.0+cpu.html -# torch-cluster -f https://data.pyg.org/whl/torch-1.10.0+cpu.html -# torch-spline-conv -f https://data.pyg.org/whl/torch-1.10.0+cpu.html -torch-geometric==2.2.0 -f https://data.pyg.org/whl/torch-1.10.0+cpu.html +torch-scatter==2.0.9 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html +torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html +# torch-cluster -f https://data.pyg.org/whl/torch-1.11.0+cpu.html +# torch-spline-conv -f https://data.pyg.org/whl/torch-1.11.0+cpu.html +torch-geometric==2.2.0 -f https://data.pyg.org/whl/torch-1.11.0+cpu.html