leandron opened a new pull request, #12710:
URL: https://github.com/apache/tvm/pull/12710

   At the moment, android camera is installing latest TF and Keras
   which is causing the following issue in CI:
   
   ```
     File ".../keras/dtensor/lazy_variable.py", line 26, in <module>
       from tensorflow.python.trackable import base as trackable
   ModuleNotFoundError: No module named 'tensorflow.python.trackable'
   ```
   
   This patch fixes the versions in the last known working versions
   of both: TF 2.9.1 and Keras 2.9.
   
   cc @driazati @lhutton1 @areusch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to