Restore pre-BYOM Space
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
torch>=2.1
|
| 2 |
numpy>=1.24
|
| 3 |
matplotlib>=3.7
|
| 4 |
-
gradio=
|
| 5 |
-
|
| 6 |
-
huggingface_hub>=0.24,<1.0
|
| 7 |
-
# Pull the nilmbench package from the companion GitHub repo so the Space's
|
| 8 |
-
# "Benchmark your model" tab reuses the same runner/evaluator/report code.
|
| 9 |
-
nilmbench @ git+https://github.com/Saharmgh/NILMbench@main
|
| 10 |
# audioop was dropped from the Python stdlib in 3.13. The Space is pinned to
|
| 11 |
# 3.12 in README frontmatter, but keep the shim for safety in case it gets
|
| 12 |
# rebuilt on a newer interpreter.
|
|
|
|
| 1 |
torch>=2.1
|
| 2 |
numpy>=1.24
|
| 3 |
matplotlib>=3.7
|
| 4 |
+
gradio>=4.44
|
| 5 |
+
huggingface_hub>=0.24
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# audioop was dropped from the Python stdlib in 3.13. The Space is pinned to
|
| 7 |
# 3.12 in README frontmatter, but keep the shim for safety in case it gets
|
| 8 |
# rebuilt on a newer interpreter.
|