We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pipでインストールされているものからlicenses.jsonを作成していますが、numpyが依存しているpip外のライブラリのライセンス表記が漏れています。 これらのライブラリもlicenses.jsonに含めるべきだと思います。
numpyが依存する可能性のあるライブラリはここが参考になりそうです。 https://github.com/numpy/numpy/blob/main/site.cfg.example
あとバンドルされているらしいライセンスも表記すべきだと思います。 https://github.com/numpy/numpy/blob/main/LICENSES_bundled.txt
問題はこれらをどうやって検知し、メンテナンスするかですが、良い方法が思いついていません。 openblasなどはnp.__config__.show()とかでリストアップできるかもしれません。
np.__config__.show()
とりあえず手動にするなら https://github.com/Hiroshiba/voicevox_engine/tree/master/docs/licenses に追加すれば良さそう。
良い方法を知っている方がいたらぜひお伺いしたいです。
The text was updated successfully, but these errors were encountered:
Hiroshiba
No branches or pull requests
内容
pipでインストールされているものからlicenses.jsonを作成していますが、numpyが依存しているpip外のライブラリのライセンス表記が漏れています。
これらのライブラリもlicenses.jsonに含めるべきだと思います。
Pros 良くなる点
Cons 悪くなる点
実現方法
numpyが依存する可能性のあるライブラリはここが参考になりそうです。
https://github.com/numpy/numpy/blob/main/site.cfg.example
あとバンドルされているらしいライセンスも表記すべきだと思います。
https://github.com/numpy/numpy/blob/main/LICENSES_bundled.txt
問題はこれらをどうやって検知し、メンテナンスするかですが、良い方法が思いついていません。
openblasなどは
np.__config__.show()
とかでリストアップできるかもしれません。とりあえず手動にするなら https://github.com/Hiroshiba/voicevox_engine/tree/master/docs/licenses に追加すれば良さそう。
その他
良い方法を知っている方がいたらぜひお伺いしたいです。
The text was updated successfully, but these errors were encountered: