Upload requirements.txt
Browse files- 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
|