Commit
·
f7f008e
1
Parent(s):
bb43f31
Add 'cv2' package to the requirements file
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
|
|
2 |
optuna
|
3 |
pytorch-lightning
|
4 |
-
|
5 |
-
|
|
|
1 |
+
cv2
|
2 |
+
evaluate
|
3 |
optuna
|
4 |
pytorch-lightning
|
5 |
+
torch
|
6 |
+
transformers
|