Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit c823118

Browse files
authored
Fix TF dep (#51)
1 parent fb990da commit c823118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"tensorboard<2.0.0",
4545
"tf2onnx>=1.0.0,<1.6",
4646
]
47-
_keras_deps = ["tensorflow~=2.2", "keras2onnx>=1.0.0"]
47+
_keras_deps = ["tensorflow~=2.2.0", "keras2onnx>=1.0.0"]
4848

4949
_dev_deps = [
5050
"black>=20.8b1",

0 commit comments

Comments
 (0)