Skip to content
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

pipインストール時に依存ライブラリがインストールされていなかった問題を修正 #13

Merged

Conversation

quiver
Copy link
Contributor

@quiver quiver commented Nov 24, 2021

主な実行環境を Google Colab としているためか、pip インストール時に cshogi の依存するライブラリがインストールされていなかったため、修正しました。

厳密には、 google.colab もインポートされていますが
Colab でしか利用されず、Colab実行環境ではインストール済みのため、除外しています。

fixes #11

@TadaoYamaoka TadaoYamaoka merged commit e05dcaa into TadaoYamaoka:master Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

インストール時にnumpyを確認していない
2 participants