Skip to content

Commit

Permalink
Support TensorFlow 2.6.x in pip package (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishit-dagli committed Sep 29, 2021
1 parent 04e1272 commit f98dd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version(rel_path: str) -> str:
author="Rishit Dagli",
author_email="rishit.dagli@gmail.com",
install_requires=[
"tensorflow ~= 2.5.0",
"tensorflow >= 2.5.0",
"pyrebase4 ~= 4.5.0",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion tfwatcher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
print(tfwatcher.__version__)
"""

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit f98dd8c

Please sign in to comment.