luisrui commited on
Commit
27da464
·
1 Parent(s): 21d2f65

Revert gradio to 4.44.0 to match HF Space sdk_version (avoids dep resolution conflict)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  torch>=2.1.0,<2.6
2
  numpy>=1.24,<2.0
3
  pandas>=2.0,<2.4
4
- gradio==4.44.1
5
  gradio-client==1.3.0
6
  huggingface_hub>=0.24,<0.26
7
  openai>=1.40
 
1
  torch>=2.1.0,<2.6
2
  numpy>=1.24,<2.0
3
  pandas>=2.0,<2.4
4
+ gradio==4.44.0
5
  gradio-client==1.3.0
6
  huggingface_hub>=0.24,<0.26
7
  openai>=1.40