[requirements] Set TF to 2.5.0 (#6620)
* [requirements] Set TF to 2.5.0 * [ngraph|paddlepaddle|requirements] Gast to 0.4.0 (required for TensorFlow 2.5) * [ stress_tests/scripts/requirements] Upd versions * [time_tests/test_runner/requirements] Upd versions * [ngraph|paddle|requirements] Paddle strict major * Gast version to 0.3.3 * Update requirements_dev.txt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
tensorflow~=2.4.1
|
||||
tensorflow~=2.5.0
|
||||
mxnet~=1.2.0; sys_platform == 'win32'
|
||||
mxnet~=1.7.0.post2; sys_platform != 'win32'
|
||||
networkx~=2.5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
tensorflow~=2.4.1
|
||||
tensorflow~=2.5.0
|
||||
networkx~=2.5
|
||||
numpy>=1.16.6,<1.20
|
||||
defusedxml>=0.7.1
|
||||
|
||||
@@ -3,4 +3,3 @@ paddlepaddle==2.1.0
|
||||
gast==0.3.3
|
||||
numpy~=1.19.2
|
||||
six~=1.15.0
|
||||
|
||||
|
||||
@@ -3,5 +3,4 @@ Jinja2>=2.11.2
|
||||
PyYAML>=5.4.1
|
||||
fastjsonschema~=2.15.1
|
||||
pandas>=1.1.5
|
||||
|
||||
h5py<3.0.0 # WA for OMZ Keras models. Details: https://github.com/openvinotoolkit/open_model_zoo/issues/1806
|
||||
h5py>=3.1.0
|
||||
@@ -5,4 +5,4 @@ jsonschema==3.2.0
|
||||
distro==1.5.0
|
||||
numpy>=1.19.2
|
||||
pymongo>=3.12.0
|
||||
pytest-html>=1.19.0
|
||||
pytest-html>=1.19.0
|
||||
Reference in New Issue
Block a user