Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +0 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
# GitHub Repository AI Agent Requirements
|
| 2 |
-
# Install with: pip install -r requirements.txt
|
| 3 |
-
|
| 4 |
-
# Core dependencies
|
| 5 |
google-generativeai
|
| 6 |
PyGithub>=2.1.1
|
| 7 |
pyvis>=0.3.2
|
|
@@ -11,7 +7,5 @@ networkx>=3.1
|
|
| 11 |
numpy>=1.24.0
|
| 12 |
faiss-cpu>=1.7.4
|
| 13 |
sentence-transformers>=2.2.2
|
| 14 |
-
|
| 15 |
-
# Optional dependencies
|
| 16 |
matplotlib>=3.7.0
|
| 17 |
pandas>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
google-generativeai
|
| 2 |
PyGithub>=2.1.1
|
| 3 |
pyvis>=0.3.2
|
|
|
|
| 7 |
numpy>=1.24.0
|
| 8 |
faiss-cpu>=1.7.4
|
| 9 |
sentence-transformers>=2.2.2
|
|
|
|
|
|
|
| 10 |
matplotlib>=3.7.0
|
| 11 |
pandas>=2.0.0
|