Pybunny commited on
Commit
d0a3b76
·
verified ·
1 Parent(s): 7835d40

Restore pre-BYOM Space

Browse files
Files changed (1) hide show
  1. 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==4.44.0
5
- # Pin <1.0: huggingface_hub 1.x dropped HfFolder which gradio 4.x still imports.
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.