| commit | 8d1e2dc74e2f2a95a43e80280a6b75cd24cd857d | [log] [tgz] |
|---|---|---|
| author | Lun Dong <lundong@google.com> | Tue May 09 12:16:35 2023 -0700 |
| committer | Lun Dong <lundong@google.com> | Tue May 09 14:16:50 2023 -0700 |
| tree | b5b510825d724c182c82f9d289df54c18e6b0ad1 | |
| parent | 90013aed788a156e3b7ca91a72095863885d9ca3 [diff] |
Add specific tensorflow package in prereqs Addding specific tensorflow package due to https://github.com/openxla/iree/issues/13483. Change-Id: I3458ec9b72442e4efd03772d78f317c3c0ffdc03
diff --git a/python-requirements.txt b/python-requirements.txt index 93988ac..b37cf8c 100644 --- a/python-requirements.txt +++ b/python-requirements.txt
@@ -35,5 +35,7 @@ sel4-deps setuptools tempita +# TODO(lundong): Update to tensorflow 2.13.0 when it is released +tf-nightly==2.13.0.dev20230501 wget yapf