Browse Source

fix buggy einx version to make life easier

Lengyue 1 năm trước cách đây
mục cha
commit
43ff4c2617
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]