Skip to content

Commit

Permalink
[Debug] try bumping TF
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wysocki committed Apr 19, 2024
1 parent 8258693 commit 464d6e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/frontends/tensorflow/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy>=1.16.6,<1.26.0
tensorflow>=1.15.5,<2.13.0
tensorflow>=1.15.5,<2.15
2 changes: 1 addition & 1 deletion src/frontends/tensorflow_lite/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy>=1.16.6,<1.25.0
tensorflow>=1.15.5,<2.13.0
tensorflow>=1.15.5,<2.15
2 changes: 1 addition & 1 deletion tools/mo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.16.6,<1.26.0
tensorflow>=1.15.5,<=2.13.0
tensorflow>=1.15.5,<2.15
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"
Expand Down
2 changes: 1 addition & 1 deletion tools/mo/requirements_tf.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.16.6,<1.26.0
tensorflow>=1.15.5,<=2.13.0
tensorflow>=1.15.5,<2.15
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
defusedxml>=0.7.1
Expand Down
2 changes: 1 addition & 1 deletion tools/mo/requirements_tf2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.16.6,<1.26.0
tensorflow>=2.5,<=2.13.0
tensorflow>=2.5,<2.15
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
defusedxml>=0.7.1
Expand Down

0 comments on commit 464d6e2

Please sign in to comment.