rollback tensorflow 1.15 dependency (#5232)
This commit is contained in:
parent
9a08e6a9d0
commit
928b016d88
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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, '.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue