Commit c10938d 1 parent 2d06aeb commit c10938d Copy full SHA for c10938d
File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -73,28 +73,28 @@ dependencies = [
73
73
# Bark
74
74
" encodec>=0.1.1" ,
75
75
# XTTS
76
- " num2words" ,
76
+ " num2words>=0.5.11 " ,
77
77
" spacy[ja]>=3"
78
78
]
79
79
80
80
[project .optional-dependencies ]
81
81
# Development dependencies
82
82
dev = [
83
83
" black==24.2.0" ,
84
- " coverage[toml]" ,
85
- " nose2" ,
86
- " pre-commit" ,
84
+ " coverage[toml]>=7 " ,
85
+ " nose2>=0.15 " ,
86
+ " pre-commit>=3 " ,
87
87
" ruff==0.4.9" ,
88
- " tomli; python_version < '3.11'" ,
88
+ " tomli>=2 ; python_version < '3.11'" ,
89
89
]
90
90
# Dependencies for building the documentation
91
91
docs = [
92
- " furo" ,
92
+ " furo>=2023.5.20 " ,
93
93
" myst-parser==2.0.0" ,
94
94
" sphinx==7.2.5" ,
95
- " sphinx_inline_tabs" ,
96
- " sphinx_copybutton" ,
97
- " linkify-it-py" ,
95
+ " sphinx_inline_tabs>=2023.4.21 " ,
96
+ " sphinx_copybutton>=0.1 " ,
97
+ " linkify-it-py>=2.0.0 " ,
98
98
]
99
99
# Only used in notebooks
100
100
notebooks = [
@@ -106,26 +106,26 @@ server = ["flask>=2.0.1"]
106
106
# Language-specific dependencies, mainly for G2P
107
107
# Bangla
108
108
bn = [
109
- " bangla" ,
110
- " bnnumerizer" ,
111
- " bnunicodenormalizer" ,
109
+ " bangla>=0.0.2 " ,
110
+ " bnnumerizer>=0.0.2 " ,
111
+ " bnunicodenormalizer>=0.1.0 " ,
112
112
]
113
113
# Korean
114
114
ko = [
115
- " hangul_romanize" ,
116
- " jamo" ,
115
+ " hangul_romanize>=0.1.0 " ,
116
+ " jamo>=0.4.1 " ,
117
117
" g2pkk>=0.1.1" ,
118
118
]
119
119
# Japanese
120
120
ja = [
121
- " mecab-python3" ,
121
+ " mecab-python3>=1.0.2 " ,
122
122
" unidic-lite==1.0.8" ,
123
- " cutlet" ,
123
+ " cutlet>=0.2.0 " ,
124
124
]
125
125
# Chinese
126
126
zh = [
127
- " jieba" ,
128
- " pypinyin" ,
127
+ " jieba>=0.42.1 " ,
128
+ " pypinyin>=0.40.0 " ,
129
129
]
130
130
# All language-specific dependencies
131
131
languages = [
Original file line number Diff line number Diff line change 1
1
# Generated via scripts/generate_requirements.py and pre-commit hook.
2
2
# Do not edit this file; modify pyproject.toml instead.
3
3
black==24.2.0
4
- coverage[toml]
5
- nose2
6
- pre-commit
4
+ coverage[toml]>=7
5
+ nose2>=0.15
6
+ pre-commit>=3
7
7
ruff==0.4.9
8
- tomli; python_version < '3.11'
8
+ tomli>=2 ; python_version < '3.11'
You can’t perform that action at this time.
0 commit comments