Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch==2.4.0
|
2 |
torchvision==0.19.0
|
3 |
realesrgan==0.2.5
|
4 |
-
numpy
|
5 |
facexlib
|
6 |
opencv-python
|
7 |
pytorch-lightning==2.3.3
|
|
|
1 |
torch==2.4.0
|
2 |
torchvision==0.19.0
|
3 |
realesrgan==0.2.5
|
4 |
+
numpy<2
|
5 |
facexlib
|
6 |
opencv-python
|
7 |
pytorch-lightning==2.3.3
|