Skip to content

Commit b3edb6e

Browse files
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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
keras
1+
keras==2.9
22
mxnet
33
scipy
4-
tensorflow
4+
tensorflow==2.9.1

0 commit comments

Comments
 (0)