Spaces:
Running
Running
relieve strict dep version on huggingface-hub
Browse filesDon't force version on huggingface-hub since this dep already exists in reachy-mini and forcing version on it does retrograde reachy-mini to a version where it complied with this strict, old version
- 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",
|