-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate: Poetryに移行 #652
Migrate: Poetryに移行 #652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
完成してるのかわからないけど、LGTM!!
@@ -2,6 +2,18 @@ | |||
name = "voicevox_core" | |||
requires-python = ">=3.8" | |||
dependencies = ["numpy", "pydantic>=1.9.2,<2"] | |||
description = "VOICEVOX CORE の Python バインディングです。" | |||
authors = [{ name = "Hiroshiba", email = "hihokaruta@gmail.com" }] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これそのうちvoicevox用のに一斉に変えたいですね!
とりあえずまだ決まってないのでこれで。
Co-authored-by: Ryo Yamashita <qryxip@gmail.com>
@sevenc-nanashi 以下の2つが無言resolveになっている件、これは単純な疑問なのですが、そちらに未pushのコミットがあったりしませんか? |
ありました!ごめんなさい |
"Operating System :: POSIX :: Linux", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Environment :: GPU :: NVIDIA CUDA", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
私は詳しくないのですが、この記述はどちらかというと"CUDA"が必要という方向を意味したりしないでしょうか?
例えばonnxruntime-gpuとかではこの指定は無いようです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なんかタグっぽみ。・・・個人的にはまあもう完全にどっちでもいいかなと思いました!!
https://pypi.org/classifiers/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
まぁそのままで良いと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
内容
requirements-*.txtを爆破してPoetryのDependency Groupに移行します。
メインの依存はメジャーバージョン範囲内、開発依存は固定しています。
関連 Issue
その他
(なし)