prernajeet14 commited on
Commit
c006a7e
·
verified ·
1 Parent(s): 480c02e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -11
requirements.txt CHANGED
@@ -1,11 +1,27 @@
1
- gradio==4.44.0
2
- pandas==2.0.3
3
- plotly==5.17.0
4
- autogen-agentchat==0.2.0
5
- tavily-python==0.3.3
6
- openai==1.3.0
7
- python-docx==0.8.11
8
- python-pptx==0.6.21
9
- PyPDF2==3.0.1
10
- openpyxl==3.1.2
11
- asyncio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ pandas>=1.5.0
3
+ numpy>=1.24.0
4
+ pyautogen>=0.2.0
5
+ openai>=1.0.0
6
+ tavily-python>=0.3.0
7
+ plotly>=5.17.0
8
+ matplotlib>=3.7.0
9
+ seaborn>=0.12.0
10
+ openpyxl>=3.1.0
11
+ xlrd>=2.0.0
12
+ PyPDF2>=3.0.0
13
+ python-docx>=0.8.11
14
+ python-pptx>=0.6.21
15
+ requests>=2.31.0
16
+ beautifulsoup4>=4.12.0
17
+ lxml>=4.9.0
18
+ python-dateutil>=2.8.0
19
+ pytz>=2023.3
20
+ scikit-learn>=1.3.0
21
+ scipy>=1.11.0
22
+ networkx>=3.1
23
+ asyncio-throttle>=1.0.2
24
+ aiohttp>=3.8.0
25
+ pydantic>=2.0.0
26
+ diskcache>=5.6.0
27
+ joblib>=1.3.0