Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
numpy==1.26.4
|
2 |
-
pandas==2.2.2
|
3 |
-
tensorflow==2.17.0
|
4 |
-
matplotlib==3.9.2
|
5 |
-
streamlit==1.37.1
|
|
|
|
|
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
pandas==2.2.2
|
3 |
+
tensorflow==2.17.0
|
4 |
+
matplotlib==3.9.2
|
5 |
+
streamlit==1.37.1
|
6 |
+
transformers
|
7 |
+
huggingface_hub
|
8 |
+
datasets
|