sanzgiri commited on
Commit
17525d7
·
1 Parent(s): 0e1ffab

Pin huggingface-hub to <0.26.0 for HfFolder compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -10,7 +10,7 @@ networkx>=3.4.0
10
  # UI Framework
11
  chainlit>=1.3.0
12
  gradio>=5.0.0
13
- huggingface-hub>=0.26.0
14
 
15
  # Testing
16
  pytest>=8.3.0
 
10
  # UI Framework
11
  chainlit>=1.3.0
12
  gradio>=5.0.0
13
+ huggingface-hub<0.26.0
14
 
15
  # Testing
16
  pytest>=8.3.0