“JoeyRiepsaame” Claude Opus 4.5 commited on
Commit
8f2ae36
·
1 Parent(s): 8b9e033

Pin gradio and huggingface_hub versions to prevent future breakage

Browse files

- Pin gradio==5.10.0 to match sdk_version
- Add upper bound to huggingface_hub to ensure compatibility

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

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