Browse Source

fix: Install cachetools dependencies (#676)

傻笑zz 1 year ago
parent
commit
bbddbdfbbc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -50,6 +50,7 @@ dependencies = [
 stable = [
     "torch<=2.4.1",
     "torchaudio",
+    "cachetools",
 ]
 
 [build-system]