mmenendezg
commited on
Commit
•
fc0b3ea
1
Parent(s):
f7f008e
Add 'opencv-python' package to the requirements file
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
cv2
|
2 |
evaluate
|
|
|
3 |
optuna
|
4 |
pytorch-lightning
|
5 |
torch
|
|
|
|
|
1 |
evaluate
|
2 |
+
opencv-python
|
3 |
optuna
|
4 |
pytorch-lightning
|
5 |
torch
|