Rthur2003 commited on
Commit
c255068
·
1 Parent(s): 0c32edc

fix: comment out spotdl due to conflicts with gradio

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -55,7 +55,8 @@ prometheus-client>=0.19.0
55
  # === YouTube/Spotify ===
56
  # yt-dlp should always be latest to support new youtube updates
57
  yt-dlp>=2024.1.0
58
- spotdl>=4.2.4
 
59
 
60
  # === Crown Commend (YouTube Comment AI) ===
61
  google-genai>=1.0.0
 
55
  # === YouTube/Spotify ===
56
  # yt-dlp should always be latest to support new youtube updates
57
  yt-dlp>=2024.1.0
58
+ # spotdl conflicts with gradio (requires fastapi<0.104, gradio requires >=0.115.2)
59
+ # spotdl is only used locally, not on HF Spaces
60
 
61
  # === Crown Commend (YouTube Comment AI) ===
62
  google-genai>=1.0.0