Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ matplotlib
|
|
| 4 |
scipy
|
| 5 |
torch==2.4.0
|
| 6 |
torchvision==0.19.0
|
| 7 |
-
transformers>=4.32.1
|
|
|
|
|
|
| 4 |
scipy
|
| 5 |
torch==2.4.0
|
| 6 |
torchvision==0.19.0
|
| 7 |
+
transformers>=4.32.1
|
| 8 |
+
opencv-python==4.11.0.86
|