File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5959 docker rmi -f baxtree/subaligner:${{ env.SUBALIGNER_TAG }}.u24
6060
6161 - name : Build and push the Ubuntu 24 image
62- id : docker_build_latest
62+ id : docker_build_u24
6363 uses : docker/build-push-action@v4
6464 with :
6565 context : ./docker
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ 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'" ,
99100 " dtw-python~=1.5.3" ,
100101 " sentencepiece~=0.1.95" ,
101102 " torch<2.3.0" ,
@@ -105,6 +106,7 @@ harmony = [
105106]
106107dev = [
107108 " 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'" ,
108110 " dtw-python~=1.5.3" ,
109111 " sentencepiece~=0.1.95" ,
110112 " torch<2.3.0" ,
@@ -137,6 +139,7 @@ docs = [
137139]
138140stretch = [
139141 " 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'" ,
140143 " dtw-python~=1.5.3"
141144]
142145llm = [
You can’t perform that action at this time.
0 commit comments