소스 검색

fix: Install cachetools dependencies (#676)

傻笑zz 1 년 전
부모
커밋
bbddbdfbbc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

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