Skip to content

Commit

Permalink
R0.26.0 (#251)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update RELEASE.md
  • Loading branch information
dhruvesh09 authored May 14, 2021
1 parent bca823b commit a0b6462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## Bug fixes and other changes

* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,!2.5.*,<3`.
* Depends on `tensorflow-data-validation>=0.26.1,<0.27`.
* Depends on `tensorflow-model-analysis>=0.26.1,<0.27`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def select_constraint(default, nightly=None, git_master=None):
return default

REQUIRED_PACKAGES = [
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3',
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,!=2.5.*,<3',
'tensorflow-data-validation' + select_constraint(
default='>=0.26.1,<0.27',
nightly='>=0.27.0.dev',
Expand Down

0 comments on commit a0b6462

Please sign in to comment.