nathanael-fijalkow commited on
Commit
42f2115
·
1 Parent(s): e1da269

Remove gradio from requirements - already installed on HF Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- # Required for HF Space display
2
- gradio>=4.0.0
3
 
4
  # Agent dependencies (these are provided by the evaluation infrastructure)
5
- # Do not add jericho, fastmcp, or huggingface_hub here - they are already installed
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