Commit ·
42f2115
1
Parent(s): e1da269
Remove gradio from requirements - already installed on HF Spaces
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
|
| 4 |
# Agent dependencies (these are provided by the evaluation infrastructure)
|
| 5 |
-
# Do not add jericho, fastmcp
|
| 6 |
|
| 7 |
# Add any additional packages your agent needs below:
|
| 8 |
# numpy
|
|
|
|
| 1 |
+
# HF Spaces already has gradio and huggingface_hub pre-installed
|
| 2 |
+
# Do not add them here or you may get version conflicts
|
| 3 |
|
| 4 |
# Agent dependencies (these are provided by the evaluation infrastructure)
|
| 5 |
+
# Do not add jericho, fastmcp here - they are installed during evaluation
|
| 6 |
|
| 7 |
# Add any additional packages your agent needs below:
|
| 8 |
# numpy
|