Skip to content

Commit

Permalink
Add tensorflow_hub as a dependency because it's used inside fairness_…
Browse files Browse the repository at this point in the history
…indicators/example_model.py

PiperOrigin-RevId: 353760612
  • Loading branch information
Huanming Fang authored and ml-fairness-infra-github committed Jan 26, 2021
1 parent 4cb8db9 commit 8b953b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* Added test cases for DLVM testing.
* Move the util files to a seperate folder.
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`.
* Add `tensorflow-hub` as a dependency because it's used inside the
example_model.py.

## Breaking changes

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def select_constraint(default, nightly=None, git_master=None):

REQUIRED_PACKAGES = [
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3',
'tensorflow-hub>=0.8.0,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=0.26,<0.27',
nightly='>=0.27.0.dev',
Expand Down

0 comments on commit 8b953b8

Please sign in to comment.