From 928b016d882015e0ba0a422851818af230094613 Mon Sep 17 00:00:00 2001 From: Shengsheng Huang Date: Thu, 28 Jul 2022 11:25:43 +0800 Subject: [PATCH] rollback tensorflow 1.15 dependency (#5232) --- docs/readthedocs/requirements-doc.txt | 1 + docs/readthedocs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/readthedocs/requirements-doc.txt b/docs/readthedocs/requirements-doc.txt index aa7855f4..e1ea02cb 100644 --- a/docs/readthedocs/requirements-doc.txt +++ b/docs/readthedocs/requirements-doc.txt @@ -5,6 +5,7 @@ sphinx-jsonschema==1.19.1 sphinxemoji==0.2.0 click==8.1.3 markdown<3.4 +tensorflow==1.15.2 bigdl==0.12.0 cloudpickle==2.1.0 ray[tune]==1.9.2 diff --git a/docs/readthedocs/source/conf.py b/docs/readthedocs/source/conf.py index ae2f926a..43c71652 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -18,7 +18,7 @@ import glob import shutil import urllib -autodoc_mock_imports = ["openvino", "pytorch_lightning", "keras", "tensorflow"] +autodoc_mock_imports = ["openvino", "pytorch_lightning", "keras"] # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, '.')