diff --git a/backend/requirements.txt b/backend/requirements.txt index 8d1eb9a..9897551 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,5 +4,7 @@ Flask==3.0.2 numpy==1.26.4 opencv-python==4.9.0.80 pytest==8.0.0 -torch==2.2.0 @ https://download.pytorch.org/whl/cpu -torchvision==0.17.0 @ https://download.pytorch.org/whl/cpu \ No newline at end of file +-f https://download.pytorch.org/whl/torch_stable.html +torch==2.2.0+cpu +-f https://download.pytorch.org/whl/torch_stable.html +torchvision==0.17.0+cpu \ No newline at end of file