Skip to content

Commit

Permalink
Extended test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Apr 10, 2021
1 parent 88971ed commit 9df328a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plot_keras_history/__version__.py
@@ -1,2 +1,2 @@
"""Current version of package plot_keras_history."""
__version__ = "1.1.28"
__version__ = "1.1.29"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit 9df328a

Please sign in to comment.