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

python3.10 converter dependency for onnx and tensorflow #1134

Merged
merged 3 commits into from
Nov 19, 2022

Conversation

TomonobuTsujikawa
Copy link
Contributor

As python 3.10 is now supported by nnabla, there is no built distributions available for py310 onnx~=1.10.0 on pypi.
One solution is to build onnx from source, and the other one is to upgrade onnx to 1.12.0, which support to install the wheel for py310 directly.

As the dependency of tensorflow is now upgraded from 2.7 to 2.8, module tensorflow_probability is required additionally.
For tensorflow on windows, version 2.8.2 and 2.8.3 will add limitation of protobuf, which causes incompatible problem.

@TomonobuTsujikawa TomonobuTsujikawa added the release-note-format-converter Auto-release; Format Converter label Nov 18, 2022
@YukioOobuchi YukioOobuchi merged commit 27dc918 into master Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-format-converter Auto-release; Format Converter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants