Skip to content

Commit

Permalink
Sync with release train
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628221730
  • Loading branch information
rtg0795 authored and Responsible ML Infra Team committed Apr 25, 2024
1 parent 0ecc149 commit 23bf778
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion fairness_indicators/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of Fairness Indicators."""

# Note that setup.py uses this version.
__version__ = '0.45.0.dev'
__version__ = '0.47.0.dev'
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ def select_constraint(default, nightly=None, git_master=None):
return default

REQUIRED_PACKAGES = [
'tensorflow~=2.15',
'tensorflow>=2.15,<2.16',
'tensorflow-hub>=0.16.1,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=1.14.0,<1.15.0',
nightly='>=1.15.0.dev',
default='>=1.15.0,<2.0.0',
nightly='>=1.16.0.dev',
git_master='@git+https://github.com/tensorflow/data-validation@master'),
'tensorflow-model-analysis' + select_constraint(
default='>=0.45,<=0.46',
nightly='>=0.46.0.dev',
default='>=0.46,<0.47',
nightly='>=0.47.0.dev',
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
'witwidget>=1.4.4,<2',
'protobuf>=3.20.3,<5',
Expand Down
6 changes: 3 additions & 3 deletions tensorboard_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ def select_constraint(default, nightly=None, git_master=None):
REQUIRED_PACKAGES = [
'protobuf>=3.20.3,<5',
'tensorboard>=2.15.2,<2.16.0',
'tensorflow~=2.15',
'tensorflow>=2.15,<2.16',
'tensorflow-model-analysis'
+ select_constraint(
default='>=0.45,<=0.46',
nightly='>=0.46.0.dev',
default='>=0.46,<0.47',
nightly='>=0.47.0.dev',
git_master='@git+https://github.com/tensorflow/model-analysis@master',
),
'werkzeug<2',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of Fairness Indicators Tensorboard Plugin."""

# Note that setup.py uses this version.
__version__ = '0.45.0.dev'
__version__ = '0.47.0.dev'

0 comments on commit 23bf778

Please sign in to comment.