Deploy MidasMap Gradio app, src, requirements, checkpoint
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
# Pin versions compatible with HF Spaces (adjust if Space build fails).
|
| 2 |
# Rename to requirements.txt in the Space repo root.
|
|
|
|
|
|
|
| 3 |
numpy>=1.24,<2
|
| 4 |
torch>=2.0.0
|
| 5 |
torchvision>=0.15.0
|
|
|
|
| 1 |
# Pin versions compatible with HF Spaces (adjust if Space build fails).
|
| 2 |
# Rename to requirements.txt in the Space repo root.
|
| 3 |
+
# Python 3.13+ (default on HF) removed stdlib audioop; Gradio/pydub need this backport:
|
| 4 |
+
audioop-lts>=0.2.0
|
| 5 |
numpy>=1.24,<2
|
| 6 |
torch>=2.0.0
|
| 7 |
torchvision>=0.15.0
|