Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 1 |
+
streamlit==1.45.1
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
matplotlib==3.8.4
|
| 4 |
+
seaborn==0.13.2
|
| 5 |
+
langchain==0.2.14
|
| 6 |
+
langchain-community==0.2.12
|
| 7 |
+
langchain-huggingface==0.0.3
|
| 8 |
+
huggingface_hub==0.23.4
|