Spaces:
Runtime error
Runtime error
Commit
·
7a2b5a4
1
Parent(s):
3d9815f
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.19.0
|
2 |
+
pandas>=1.3.5
|
3 |
+
numpy>=1.21.6
|
4 |
+
openai>=0.27.4
|
5 |
+
plotly>=5.10.0
|
6 |
+
matplotlib>=3.1.1
|
7 |
+
scikit-learn>=1.0.2
|
8 |
+
scipy>=1.4.1
|
9 |
+
pyarrow>=12.0.0
|
10 |
+
Pillow>=9.5.0
|
11 |
+
langchain>=0.0.180
|
12 |
+
google-generativeai==0.1.0
|