nihalaninihal commited on
Commit
d23c9df
·
verified ·
1 Parent(s): 78b7db8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -19
requirements.txt CHANGED
@@ -1,19 +1,14 @@
1
- huggingface_hub==0.25.2
2
- gradio>=4.19.2
3
- google-generativeai>=0.3.2
4
- python-dotenv>=1.0.1
5
- PyGithub>=2.2.0
6
- pandas>=2.2.1
7
- tenacity>=8.2.3
8
- pathlib>=1.0.1
9
- matplotlib>=3.8.3
10
- seaborn>=0.13.2
11
- networkx>=3.2.1
12
- beautifulsoup4>=4.12.3
13
- requests>=2.31.0
14
- packaging>=23.2
15
- cachetools>=5.3.2
16
- fpdf>=1.7.2
17
- aiohttp>=3.9.3
18
- asyncio>=3.4.3
19
- typing_extensions>=4.9.0
 
1
+ requests>=2.25.0
2
+ PyGithub>=1.55
3
+ networkx>=2.6.3
4
+ radon>=5.1.0
5
+ pandas>=1.3.5
6
+ matplotlib>=3.5.0
7
+ numpy>=1.20.0
8
+ python-dotenv>=0.19.0
9
+ neo4j>=4.4.0
10
+ google-generativeai>=0.3.0
11
+ vizro>=0.1.5
12
+ gradio>=4.0.0
13
+ plotly>=5.5.0
14
+ ipython>=7.31.0