Explorar el Código

fix: Install cachetools dependencies (#676)

傻笑zz hace 1 año
padre
commit
bbddbdfbbc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

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