Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|