diff --git a/plot_keras_history/__version__.py b/plot_keras_history/__version__.py index cf24afb..fdf8db6 100644 --- a/plot_keras_history/__version__.py +++ b/plot_keras_history/__version__.py @@ -1,2 +1,2 @@ """Current version of package plot_keras_history.""" -__version__ = "1.1.28" +__version__ = "1.1.29" diff --git a/setup.py b/setup.py index e930f7b..dc3d078 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def find_version(*file_paths): __version__ = find_version("plot_keras_history", "__version__.py") -test_deps = ['pytest', 'pytest-cov', 'coveralls', 'validate_version_code', 'codacy-coverage', "compress_json"] +test_deps = ['pytest', 'pytest-cov', 'coveralls', 'validate_version_code', 'codacy-coverage', "compress_json", "tensorflow"] extras = { 'test': test_deps,