Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,6 +10,7 @@ torchvision
|
|
| 10 |
tqdm
|
| 11 |
yapf
|
| 12 |
realesrgan
|
|
|
|
| 13 |
torch>=1.7
|
| 14 |
numpy<1.21 # numba requires numpy<1.21,>=1.17
|
| 15 |
|
|
|
|
| 10 |
tqdm
|
| 11 |
yapf
|
| 12 |
realesrgan
|
| 13 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 14 |
torch>=1.7
|
| 15 |
numpy<1.21 # numba requires numpy<1.21,>=1.17
|
| 16 |
|