Skip to content

Commit 4ee65d6

Browse files
committed
Allow tensorflow >= 2.2.0
1 parent 770de71 commit 4ee65d6

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
@@ -28,7 +28,7 @@
2828
author_email="[email protected]",
2929

3030
install_requires=[
31-
"tensorflow ~= 2.2.0",
31+
"tensorflow >= 2.2.0",
3232
"keras ~= 2.4.0",
3333
],
3434

0 commit comments

Comments
 (0)