mckell commited on
Commit
12c31c2
·
verified ·
1 Parent(s): 9a3535b

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # DiffViews - HuggingFace Spaces Requirements
2
  # Requires Python 3.10+
3
- git+https://github.com/mckellcarter/diffviews.git
4
 
5
  # Core dependencies
6
  torch>=2.0.0
@@ -22,5 +22,8 @@ matplotlib>=3.5.0
22
  # HuggingFace Hub
23
  huggingface_hub>=0.25.0
24
 
 
 
 
25
  # Optional but useful
26
  scipy>=1.7.0
 
1
  # DiffViews - HuggingFace Spaces Requirements
2
  # Requires Python 3.10+
3
+ git+https://github.com/mckellcarter/diffviews.git@main
4
 
5
  # Core dependencies
6
  torch>=2.0.0
 
22
  # HuggingFace Hub
23
  huggingface_hub>=0.25.0
24
 
25
+ # ZeroGPU support (no-op when not on HF Spaces)
26
+ spaces
27
+
28
  # Optional but useful
29
  scipy>=1.7.0