Skip to content

Commit c57e7b0

Browse files
committed
Merge commit for internal changes
2 parents 01215c0 + 4bb3fac commit c57e7b0

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)