Merge branch 'main' of https://huggingface.co/spaces/georgeek/LLM-Tutor
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ pandas
|
|
4 |
torch
|
5 |
transformers
|
6 |
python-dotenv
|
7 |
-
scikit-learn
|
|
|
|
4 |
torch
|
5 |
transformers
|
6 |
python-dotenv
|
7 |
+
scikit-learn
|
8 |
+
matplotlib
|