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

Commit

Permalink
packaging: update tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
delhomer committed Feb 13, 2020
1 parent 8163239 commit 86fcca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def find_version(*file_paths):
readme = f.read().decode("utf-8")

install_requires = [
"tensorflow<=1.15",
"tensorflow==1.15.2",
"opencv-python<=3.4.0.12",
"pillow<=6.2.0",
"keras<=2.2.4",
Expand Down

0 comments on commit 86fcca5

Please sign in to comment.