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