Skip to content

Commit

Permalink
chore: upgrading tb uploader tf dependency (googleapis#921)
Browse files Browse the repository at this point in the history
Co-authored-by: Yicheng Fang <yichengfang@google.com>
  • Loading branch information
2 people authored and morgandu committed Dec 21, 2021
1 parent 8bae5e9 commit 2e69b38
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 @@ -33,7 +33,7 @@
exec(fp.read(), version)
version = version["__version__"]

tensorboard_extra_require = ["tensorflow >=2.3.0, <=2.5.0"]
tensorboard_extra_require = ["tensorflow >=2.3.0, <=2.7.0"]
metadata_extra_require = ["pandas >= 1.0.0"]
xai_extra_require = ["tensorflow >=2.3.0, <=2.5.0"]
lit_extra_require = ["tensorflow >= 2.3.0", "pandas >= 1.0.0", "lit-nlp >= 0.4.0"]
Expand Down

0 comments on commit 2e69b38

Please sign in to comment.