Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
numpy
|
2 |
opencv-python-headless
|
3 |
-
Pillow
|
4 |
scikit-image
|
5 |
torch
|
6 |
torchvision
|
7 |
ninja
|
8 |
-
gdown
|
9 |
scipy
|
10 |
-
cmake
|
|
|
|
1 |
numpy
|
2 |
opencv-python-headless
|
3 |
+
Pillow
|
4 |
scikit-image
|
5 |
torch
|
6 |
torchvision
|
7 |
ninja
|
|
|
8 |
scipy
|
9 |
+
cmake==3.25.2
|
10 |
+
dlib==19.24.2
|