Skip to content

Commit 4bb3fac

Browse files
TensorFlow Lattice Authorsmmilanifard
authored andcommitted
Internal change
PiperOrigin-RevId: 569284394 Change-Id: Ia5641215a4a3c2a37e0efc7e4f99a6c8efc2a26e
1 parent 5d7a113 commit 4bb3fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# This version number should always be that of the *next* (unreleased) version.
2828
# Immediately after uploading a package to PyPI, you should increment the
2929
# version number and push to gitHub.
30-
__version__ = "2.0.12"
30+
__version__ = "2.0.13"
3131

3232
if "--release" in sys.argv:
3333
sys.argv.remove("--release")

tensorflow_lattice/python/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def plot_calibrator_nodes(nodes,
201201
"""
202202
import matplotlib.pyplot as plt # pylint: disable=g-import-not-at-top
203203

204-
with plt.style.context('seaborn-whitegrid'):
204+
with plt.style.context('seaborn-v0_8-whitegrid'):
205205
plt.rc('font', size=font_size)
206206
plt.rc('axes', titlesize=font_size)
207207
plt.rc('xtick', labelsize=font_size)

0 commit comments

Comments
 (0)