Commit
·
ef82efc
1
Parent(s):
b976ff0
added transformers and scikit-learn
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
tensorflow == 2.12.0
|
2 |
numpy == 1.22.4
|
3 |
opencv-python == 4.7.0.68
|
4 |
-
torch
|
|
|
|
|
|
1 |
tensorflow == 2.12.0
|
2 |
numpy == 1.22.4
|
3 |
opencv-python == 4.7.0.68
|
4 |
+
torch
|
5 |
+
transformers
|
6 |
+
scikit-learn
|