ahmed commited on
Commit
741171e
·
1 Parent(s): cb862b8

Pin Hugging Face Hub for Gradio compatibility

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. requirements.txt +1 -1
pyproject.toml CHANGED
@@ -9,7 +9,7 @@ description = "Quran reciter identification with deep speaker embeddings."
9
  requires-python = ">=3.10"
10
  dependencies = [
11
  "datasets>=2.20.0",
12
- "huggingface-hub>=0.24.0",
13
  "gradio>=5.0.0",
14
  "numpy>=1.24",
15
  "PyYAML>=6.0",
 
9
  requires-python = ">=3.10"
10
  dependencies = [
11
  "datasets>=2.20.0",
12
+ "huggingface-hub>=0.24.0,<1.0",
13
  "gradio>=5.0.0",
14
  "numpy>=1.24",
15
  "PyYAML>=6.0",
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  datasets>=2.20.0
2
- huggingface-hub>=0.24.0
3
  gradio>=5.0.0
4
  numpy>=1.24
5
  PyYAML>=6.0
 
1
  datasets>=2.20.0
2
+ huggingface-hub>=0.24.0,<1.0
3
  gradio>=5.0.0
4
  numpy>=1.24
5
  PyYAML>=6.0