SEUyishu commited on
Commit
dd5e12b
·
verified ·
1 Parent(s): 80546cb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -15,8 +15,9 @@ lxml>=4.9.0
15
  pandas>=2.0.0
16
 
17
  # Web Framework for HuggingFace Space
18
- # Use specific version range for compatibility
19
- gradio>=3.50.0,<5.0.0
 
20
 
21
  # Async Support
22
  httpx>=0.25.0
 
15
  pandas>=2.0.0
16
 
17
  # Web Framework for HuggingFace Space
18
+ # Pin to stable version with compatible huggingface_hub
19
+ gradio==4.44.0
20
+ huggingface_hub>=0.24.0,<1.0.0
21
 
22
  # Async Support
23
  httpx>=0.25.0