allinaigc commited on
Commit
096543e
·
verified ·
1 Parent(s): b862271

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -17
requirements.txt CHANGED
@@ -1,17 +1,25 @@
1
- jupyter-kernel-gateway
2
- codeinterpreterapi
3
- openai==0.28
4
- matplotlib
5
- pandas
6
- pathlib
7
- seaborn
8
- xlrd
9
- openpyxl
10
- streamlit_authenticator
11
- deta
12
- requests
13
- codeinterpreterapi
14
- langchain
15
- llama_index
16
- PyPDF2
17
- pytz
 
 
 
 
 
 
 
 
 
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