From 79a1aaf0454cae7559e741cb61e8c717d0a94831 Mon Sep 17 00:00:00 2001 From: philipperemy Date: Mon, 18 Mar 2019 13:46:52 +0900 Subject: [PATCH] update --- examples/examples-requirements.txt | 5 +++++ keract/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 examples/examples-requirements.txt diff --git a/examples/examples-requirements.txt b/examples/examples-requirements.txt new file mode 100644 index 0000000..5b5b79c --- /dev/null +++ b/examples/examples-requirements.txt @@ -0,0 +1,5 @@ +tensorflow +pillow +requests +matplotlib +scikit-learn \ No newline at end of file diff --git a/keract/__init__.py b/keract/__init__.py index 2849fc6..d00d1ea 100644 --- a/keract/__init__.py +++ b/keract/__init__.py @@ -1,3 +1,3 @@ from keract.keract import * -__version__ = '2.4.0' +__version__ = '2.5.0' diff --git a/setup.py b/setup.py index 2ab15e5..54e9aa3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='keract', - version='2.4.0', + version='2.5.0', description='Keras Activations and Gradients', author='Philippe Remy', license='MIT',