Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,2 @@
|
|
| 1 |
-
transformers==4.
|
| 2 |
-
|
| 3 |
-
replit==0.0.3 # If you plan to interact with Replit's API
|
| 4 |
-
datasets==2.12.0
|
| 5 |
-
scikit-learn==1.2.0
|
| 6 |
-
pandas==1.5.3
|
| 7 |
-
numpy==1.24.0
|
| 8 |
-
openai==0.27.4 # For GPT-based models like OpenAI's Codex, if using Replit's code generation model
|
|
|
|
| 1 |
+
transformers==4.40.0
|
| 2 |
+
openai==0.27.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|