Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
pandas==2.1.3
|
3 |
+
numpy==1.26.2
|
4 |
+
matplotlib==3.8.2
|
5 |
+
seaborn==0.13.0
|
6 |
+
ydata-profiling==4.6.3
|
7 |
+
langchain==0.0.335
|
8 |
+
langchain-experimental==0.0.42
|
9 |
+
langchain-core==0.1.3
|
10 |
+
huggingface-hub==0.19.4
|
11 |
+
protobuf==4.25.1
|