Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -4,6 +4,10 @@ numpy
|
|
4 |
scikit-learn
|
5 |
joblib
|
6 |
matplotlib
|
7 |
-
openai
|
8 |
requests
|
9 |
-
gdown
|
|
|
|
|
|
|
|
|
|
4 |
scikit-learn
|
5 |
joblib
|
6 |
matplotlib
|
7 |
+
openai==0.28.0
|
8 |
requests
|
9 |
+
gdown
|
10 |
+
Pillow
|
11 |
+
torch
|
12 |
+
transformers
|
13 |
+
python-dotenv
|