Upload requirements.txt
Browse files- requirements.txt +25 -17
requirements.txt
CHANGED
@@ -1,17 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
codeinterpreterapi==0.1.15
|
2 |
+
langchain==0.1.12
|
3 |
+
langchain_community==0.0.28
|
4 |
+
llama_index==0.10.19
|
5 |
+
matplotlib==3.7.2
|
6 |
+
numpy==1.26.4
|
7 |
+
openai==1.13.3
|
8 |
+
pandas==2.2.1
|
9 |
+
Pillow==10.2.0
|
10 |
+
pretty_errors==1.2.25
|
11 |
+
pyautogen==0.2.0
|
12 |
+
PyPDF2==3.0.1
|
13 |
+
python-dotenv==1.0.1
|
14 |
+
pytz==2024.1
|
15 |
+
PyYAML==6.0.1
|
16 |
+
PyYAML==6.0.1
|
17 |
+
Requests==2.31.0
|
18 |
+
rich==13.7.1
|
19 |
+
seaborn==0.13.2
|
20 |
+
streamlit==1.28.1
|
21 |
+
streamlit_authenticator==0.2.3
|
22 |
+
streamlit_pandas_profiling==0.1.3
|
23 |
+
tqdm==4.66.2
|
24 |
+
xlrd==2.0.1
|
25 |
+
ydata_profiling==4.6.4
|