“JoeyRiepsaame” Claude Opus 4.5 commited on
Commit
11031b3
·
1 Parent(s): f504551

Fix Gradio/huggingface_hub version compatibility

Browse files

Pin compatible versions to fix ImportError: cannot import name 'HfFolder'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -2,3 +2,4 @@ gradio>=5.10.0
2
  numpy>=1.21.0
3
  pymoo>=0.6.0
4
  seqfold>=0.7.0
 
 
2
  numpy>=1.21.0
3
  pymoo>=0.6.0
4
  seqfold>=0.7.0
5
+ huggingface_hub>=0.21.0