Anthony Liang commited on
Commit
740633a
·
1 Parent(s): 5b0b6a3
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -28,5 +28,6 @@ watchfiles # For file watching during development
28
  # For local development, you can also install with: pip install -e ../ (from parent directory)
29
  # git+https://github.com/aliang8/reward_fm.git@anthony_working
30
 
31
- # Make sure a newer version of gradio is installed
32
- gradio==4.44.0
 
 
28
  # For local development, you can also install with: pip install -e ../ (from parent directory)
29
  # git+https://github.com/aliang8/reward_fm.git@anthony_working
30
 
31
+ # Gradio: use 6.x to match Hugging Face Spaces (avoid conflict with platform's gradio==6.0.0).
32
+ # For local dev, 4.x also works; pin to 6.0.0 if you deploy to Spaces.
33
+ gradio[oauth,mcp]>=4.44.0,<=6.0.0