Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ PyQt6>=6.6.0

# -------------------- 工具库 --------------------
loguru>=0.7.3 # 日志
numpy<2.0 # 注意:必须使用 1.x 版本,兼容 TensorFlow/OpenVoice/MeloTTS
numpy<3.0 # 注意:必须使用 1.x 版本,兼容 TensorFlow/OpenVoice/MeloTTS
tqdm>=4.67.0

# -------------------- 测试 --------------------
Expand All @@ -123,7 +123,7 @@ mypy>=1.8.0
# pip install whisperx
#
# 3. numpy 版本约束:
# pip install "numpy<2.0" --force-reinstall
# pip install "numpy<3.0" --force-reinstall
#
# 4. 已知依赖冲突 (不影响运行,已通过代码补丁/版本约束解决):
# ┌─────────────────────────────────────────────────────────────────┐
Expand All @@ -139,7 +139,7 @@ mypy>=1.8.0
#
# 关键约束:
# - transformers<4.50.0: XTTS GPT2InferenceModel.generate() 兼容性
# - numpy<2.0: TensorFlow/gruut/numba 兼容性
# - numpy<3.0: TensorFlow/gruut/numba 兼容性
#
# 5. 测试验证 (2026-01-23):
# - VoiceCloningTTSService: ✅ (实际音频合成成功)
Expand Down