sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

limit tensorflow version lower than 2.15 #1256

Closed TomonobuTsujikawa closed 6 months ago

TomonobuTsujikawa commented 6 months ago

This PR is purposed to fix the tensorflow load error in python 3.9/3.10. Currently nnabla does not support tensorflow 2.15 or newer version. So we add the upper limitation again to keep it stable and will try to support newer tensorflow in the future.