加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
🌌 提交于 2022-10-11 16:48 . 更新依赖
[tool.poetry]
name = "genshin-voice"
version = "0.1.0"
description = "原神语音合成"
authors = ["时雨🌌星空 <Time.Rain.Star.Sky@Gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
matplotlib = "^3.6.1"
torch = "^1.12.1"
scipy = "^1.9.2"
librosa = "^0.9.2"
unidecode = "^1.3.6"
phonemizer = "^3.2.1"
pypinyin = "^0.47.1"
pypinyin-dict = "^0.3.0"
jieba = "^0.42.1"
cython = "^0.29.32"
[[tool.poetry.source]]
name = "USTC"
url = "https://pypi.mirrors.ustc.edu.cn/simple"
default = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化