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