tranzmatt commited on
Commit
a05e5f2
1 Parent(s): 8503a3c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -3,6 +3,6 @@ opencv-python~=4.7.0.72
3
  numpy~=1.23.5
4
  matplotlib~=3.7.1
5
  scipy~=1.10.1
6
- --extra-index-url https://download.pytorch.org/whl/cu118
7
- torch~=2.0.1+cu118
8
- torchvision~=0.15.2+cu118
 
3
  numpy~=1.23.5
4
  matplotlib~=3.7.1
5
  scipy~=1.10.1
6
+ --extra-index-url=https://download.pytorch.org/whl/cu118
7
+ torch==2.0.1+cu118
8
+ torchvision==0.15.2+cu118