specimba commited on
Commit
5aa6a58
·
verified ·
1 Parent(s): 8c9bbea

fix: conservative requirements - only remove gradio pin, keep other pins

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -1,11 +1,9 @@
1
- # NEXUS Visual Weaver - HF Space Dependencies
2
- # DO NOT pin gradio version - HF Spaces SDK manages it (currently 6.18.0)
3
  # Pinning gradio conflicts with the SDK's own gradio install step
4
- huggingface_hub>=0.30.0
5
  accelerate>=1.12.0
6
  transformers>=4.57.1
7
  Pillow>=11.1.0
8
  git+https://github.com/huggingface/diffusers.git
9
  peft>=0.13.0
10
  safetensors
11
- modal
 
1
+ # DO NOT pin gradio - HF Spaces SDK manages it (currently 6.18.0)
 
2
  # Pinning gradio conflicts with the SDK's own gradio install step
3
+ huggingface_hub==1.18.0
4
  accelerate>=1.12.0
5
  transformers>=4.57.1
6
  Pillow>=11.1.0
7
  git+https://github.com/huggingface/diffusers.git
8
  peft>=0.13.0
9
  safetensors