Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -19
requirements.txt
CHANGED
@@ -1,19 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
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
|
|
|
|
|
|
|
|
|
|