Просмотр исходного кода

fix buggy einx version to make life easier

Lengyue 1 год назад
Родитель
Сommit
43ff4c2617
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      pyproject.toml

+ 2 - 1
pyproject.toml

@@ -34,7 +34,8 @@ dependencies = [
     "vector_quantize_pytorch>=1.14.7",
     "samplerate>=0.2.1",
     "resampy>=0.4.3",
-    "spaces>=0.26.1"
+    "spaces>=0.26.1",
+    "einx[torch]==0.2.0"
 ]
 
 [project.optional-dependencies]