Spaces:
Running
Running
relieve strict dep version on huggingface-hub (#7)
Browse files- relieve strict dep version on huggingface-hub (7d5c1b6c5f739758c31b971e14c3d3d5a6c3f63c)
Co-authored-by: Clément Dussieux <cduss@users.noreply.huggingface.co>
- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -12,7 +12,7 @@ requires-python = ">=3.10"
|
|
| 12 |
dependencies = [
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile",
|
| 15 |
-
"huggingface-hub
|
| 16 |
"python-multipart",
|
| 17 |
"scipy",
|
| 18 |
"requests",
|
|
|
|
| 12 |
dependencies = [
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile",
|
| 15 |
+
"huggingface-hub",
|
| 16 |
"python-multipart",
|
| 17 |
"scipy",
|
| 18 |
"requests",
|