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