Skip to content

Commit

Permalink
[requirements] Set TF to 2.5.0 (openvinotoolkit#6620)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
akladiev authored and akuporos committed Sep 29, 2021
1 parent f1d442a commit 61f56a3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion model-optimizer/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion model-optimizer/requirements_tf2.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion ngraph/test/frontend/paddlepaddle/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ paddlepaddle==2.1.0
gast==0.3.3
numpy~=1.19.2
six~=1.15.0

3 changes: 1 addition & 2 deletions tests/stress_tests/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/time_tests/test_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 61f56a3

Please sign in to comment.