[MO][TF FE] Top-up TensorFlow Version in requirements files (#14842)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
This commit is contained in:
parent
d2d952fb50
commit
0be53a66d2
@ -1,2 +1,2 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
tensorflow>=1.15.5,<=2.10.0
|
||||
tensorflow>=1.15.5,<=2.11.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
numpy>=1.16.6
|
||||
tensorflow>=1.15.5,<=2.10.0
|
||||
tensorflow>=1.15.5,<=2.11.0
|
||||
mxnet~=1.2.0; sys_platform == 'win32'
|
||||
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
|
@ -1,5 +1,5 @@
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
tensorflow>=1.15.5,<=2.10.0
|
||||
tensorflow>=1.15.5,<=2.11.0
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
defusedxml>=0.7.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
tensorflow>=2.5,<=2.10.0
|
||||
tensorflow>=2.5,<=2.11.0
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
defusedxml>=0.7.1
|
||||
|
Loading…
Reference in New Issue
Block a user