Skip to content

Commit 159766e

Browse files
committed
NO-JIRA: normalize tf2onnx version formatting across Pipfiles
1 parent ef5814d commit 159766e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[dev-packages]
77
# tf2onnx has pinned protobuf version, that causes conflict with other packages
88
# This is a workaround to avoid the conflict
9-
tf2onnx = "~= 1.16.1"
9+
tf2onnx = "~=1.16.1"
1010

1111
[packages]
1212
# ROCm TensorFlow packages

jupyter/rocm/tensorflow/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[dev-packages]
77
# tf2onnx has pinned protobuf version, that causes conflict with other packages
88
# This is a workaround to avoid the conflict
9-
tf2onnx = "~= 1.16.1"
9+
tf2onnx = "~=1.16.1"
1010

1111
[packages]
1212
# ROCm TensorFlow packages

runtimes/rocm-tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[dev-packages]
77
# tf2onnx has pinned protobuf version, that causes conflict with other packages
88
# This is a workaround to avoid the conflict
9-
tf2onnx = "~= 1.16.1"
9+
tf2onnx = "~=1.16.1"
1010

1111
[packages]
1212
# ROCm TensorFlow packages

runtimes/rocm-tensorflow/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[dev-packages]
77
# tf2onnx has pinned protobuf version, that causes conflict with other packages
88
# This is a workaround to avoid the conflict
9-
tf2onnx = "~= 1.16.1"
9+
tf2onnx = "~=1.16.1"
1010

1111
[packages]
1212
# ROCm TensorFlow packages

0 commit comments

Comments
 (0)