RemiFabre cduss commited on
Commit
314f7a9
·
1 Parent(s): f885454

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>

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",