Update requirements.txt
Browse files- requirements.txt +14 -15
requirements.txt
CHANGED
@@ -1,25 +1,24 @@
|
|
1 |
faiss-cpu
|
2 |
-
codeinterpreterapi
|
3 |
langchain
|
4 |
langchain_community
|
5 |
-
llama_index
|
6 |
-
matplotlib
|
7 |
-
numpy
|
8 |
-
openai
|
9 |
-
pandas
|
10 |
-
Pillow
|
11 |
-
pretty_errors
|
12 |
-
pyautogen
|
13 |
-
PyPDF2
|
14 |
-
python-dotenv
|
15 |
pytz==2024.1
|
16 |
PyYAML==6.0.1
|
17 |
-
|
18 |
-
Requests==2.31.0
|
19 |
rich==13.7.1
|
20 |
seaborn==0.13.2
|
21 |
streamlit==1.28.1
|
22 |
streamlit_authenticator==0.2.3
|
23 |
streamlit_pandas_profiling==0.1.3
|
24 |
-
tqdm
|
25 |
-
xlrd
|
|
|
1 |
faiss-cpu
|
2 |
+
codeinterpreterapi
|
3 |
langchain
|
4 |
langchain_community
|
5 |
+
llama_index
|
6 |
+
matplotlib
|
7 |
+
numpy
|
8 |
+
openai
|
9 |
+
pandas
|
10 |
+
Pillow
|
11 |
+
pretty_errors
|
12 |
+
pyautogen
|
13 |
+
PyPDF2
|
14 |
+
python-dotenv
|
15 |
pytz==2024.1
|
16 |
PyYAML==6.0.1
|
17 |
+
Requests
|
|
|
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
|
24 |
+
xlrd
|