Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
|
|
|
|
|
|
|
|
1 |
streamlit==1.33.0
|
2 |
pandas
|
3 |
numpy
|
4 |
matplotlib
|
5 |
scikit-learn
|
6 |
transformers
|
7 |
-
torch
|
8 |
-
langchain>=0.0.175
|
9 |
-
fpdf
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
torch
|
4 |
+
fpdf
|
5 |
streamlit==1.33.0
|
6 |
pandas
|
7 |
numpy
|
8 |
matplotlib
|
9 |
scikit-learn
|
10 |
transformers
|
|
|
|
|
|