cduss commited on
Commit
7d5c1b6
·
verified ·
1 Parent(s): f885454

relieve strict dep version on huggingface-hub

Browse files

Don'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

Files changed (1) hide show
  1. 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==0.34.4",
16
  "python-multipart",
17
  "scipy",
18
  "requests",
 
12
  dependencies = [
13
  "reachy-mini",
14
  "soundfile",
15
+ "huggingface-hub",
16
  "python-multipart",
17
  "scipy",
18
  "requests",