mckell commited on
Commit
2da175b
·
verified ·
1 Parent(s): 207930a

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@65667ff
4
 
5
  # Core dependencies
6
  torch>=2.0.0
@@ -25,5 +25,8 @@ huggingface_hub>=0.25.0
25
  # ZeroGPU support (no-op when not on HF Spaces)
26
  spaces
27
 
 
 
 
28
  # Optional but useful
29
  scipy>=1.7.0
 
1
  # DiffViews - HuggingFace Spaces Requirements
2
  # Requires Python 3.10+
3
+ git+https://github.com/mckellcarter/diffviews.git@aef063b
4
 
5
  # Core dependencies
6
  torch>=2.0.0
 
25
  # ZeroGPU support (no-op when not on HF Spaces)
26
  spaces
27
 
28
+ # Cloudflare R2 cache (S3-compatible)
29
+ boto3>=1.28.0
30
+
31
  # Optional but useful
32
  scipy>=1.7.0