From 4bb3fac3e343123498704dab2028ce6314ce4c4e Mon Sep 17 00:00:00 2001 From: TensorFlow Lattice Authors Date: Thu, 28 Sep 2023 14:01:40 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 569284394 Change-Id: Ia5641215a4a3c2a37e0efc7e4f99a6c8efc2a26e --- setup.py | 2 +- tensorflow_lattice/python/visualization.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 983a01e..464a719 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # This version number should always be that of the *next* (unreleased) version. # Immediately after uploading a package to PyPI, you should increment the # version number and push to gitHub. -__version__ = "2.0.12" +__version__ = "2.0.13" if "--release" in sys.argv: sys.argv.remove("--release") diff --git a/tensorflow_lattice/python/visualization.py b/tensorflow_lattice/python/visualization.py index dad4ebf..dae7b5c 100644 --- a/tensorflow_lattice/python/visualization.py +++ b/tensorflow_lattice/python/visualization.py @@ -201,7 +201,7 @@ def plot_calibrator_nodes(nodes, """ import matplotlib.pyplot as plt # pylint: disable=g-import-not-at-top - with plt.style.context('seaborn-whitegrid'): + with plt.style.context('seaborn-v0_8-whitegrid'): plt.rc('font', size=font_size) plt.rc('axes', titlesize=font_size) plt.rc('xtick', labelsize=font_size)