@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " subaligner"
12- version = " 0.3.9 "
12+ version = " 0.3.10 "
1313authors = [
1414 { name = " Xi Bai" , email = " xi.bai.ed@gmail.com" }
1515]
@@ -96,19 +96,23 @@ dependencies = [
9696[project .optional-dependencies ]
9797harmony = [
9898 " aeneas~=1.7.3.0; python_version < '3.12'" ,
99- " aeneas @ git+https://github.com/baxtree/aeneas.git@master #egg=aeneas ; python_version >= '3.12'" ,
99+ # "aeneas @ git+https://github.com/baxtree/aeneas.git@v1.7.3.1 #egg=aeneas ; python_version >= '3.12'",
100100 " dtw-python~=1.5.3" ,
101- " sentencepiece~=0.1.95" ,
101+ " safetensors~=0.5.3" ,
102+ " sentencepiece~=0.1.95; python_version < '3.12'" ,
103+ " sentencepiece~=0.2.0; python_version >= '3.12'" ,
102104 " torch<2.3.0" ,
103105 " torchaudio<2.3.0" ,
104106 " transformers<4.37.0" ,
105107 " openai-whisper==20250625"
106108]
107109dev = [
108110 " aeneas~=1.7.3.0; python_version < '3.12'" ,
109- " aeneas @ git+https://github.com/baxtree/aeneas.git@master #egg=aeneas ; python_version >= '3.12'" ,
111+ # "aeneas @ git+https://github.com/baxtree/aeneas.git@v1.7.3.1 #egg=aeneas ; python_version >= '3.12'",
110112 " dtw-python~=1.5.3" ,
111- " sentencepiece~=0.1.95" ,
113+ " safetensors~=0.5.3" ,
114+ " sentencepiece~=0.1.95; python_version < '3.12'" ,
115+ " sentencepiece~=0.2.0; python_version >= '3.12'" ,
112116 " torch<2.3.0" ,
113117 " torchaudio<2.3.0" ,
114118 " transformers<4.37.0" ,
@@ -139,10 +143,11 @@ docs = [
139143]
140144stretch = [
141145 " aeneas~=1.7.3.0; python_version < '3.12'" ,
142- " aeneas @ git+https://github.com/baxtree/aeneas.git@master #egg=aeneas ; python_version >= '3.12'" ,
146+ # "aeneas @ git+https://github.com/baxtree/aeneas.git@v1.7.3.1 #egg=aeneas ; python_version >= '3.12'",
143147 " dtw-python~=1.5.3"
144148]
145149llm = [
150+ " safetensors~=0.5.3" ,
146151 " sentencepiece~=0.1.95; python_version < '3.12'" ,
147152 " sentencepiece~=0.2.0; python_version >= '3.12'" ,
148153 " torch<2.3.0" ,
0 commit comments