Commit b3edb6e
authored
[Apps] Pin android_camera TensorFlow/Keras dependency version (#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.1 parent 5dcf622 commit b3edb6e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments