summaryrefslogtreecommitdiff
path: root/math/py-keras
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-19 07:19:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-19 07:19:50 +0000
commitaa8d928eefb04438b72386502a1373db0b4aee1b (patch)
treecd089068feb958c2e5c8d134ddfc2e3ef149b3da /math/py-keras
parentmath/onednn: Update 1.4 -> 1.5 (diff)
math/py-keras: Update 2.3.1 -> 2.4.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=539596
Diffstat (limited to 'math/py-keras')
-rw-r--r--math/py-keras/Makefile2
-rw-r--r--math/py-keras/distinfo6
-rw-r--r--math/py-keras/files/pkg-message.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/math/py-keras/Makefile b/math/py-keras/Makefile
index dfc27cf92424..854d707fce06 100644
--- a/math/py-keras/Makefile
+++ b/math/py-keras/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= keras
-DISTVERSION= 2.3.1
+DISTVERSION= 2.4.0
CATEGORIES= math # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-keras/distinfo b/math/py-keras/distinfo
index 264332d93bba..e6d2b027cd83 100644
--- a/math/py-keras/distinfo
+++ b/math/py-keras/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571146463
-SHA256 (keras-team-keras-2.3.1_GH0.tar.gz) = 7e8df9c5291f21a01bccffd8cbdd44abd7d2679ab2f7a892a503e88291627183
-SIZE (keras-team-keras-2.3.1_GH0.tar.gz) = 629680
+TIMESTAMP = 1592549776
+SHA256 (keras-team-keras-2.4.0_GH0.tar.gz) = ef97067e35719cf93b7b835d1300015bb1e1f1a7b3dd7be897c110419fa1a1d1
+SIZE (keras-team-keras-2.4.0_GH0.tar.gz) = 288947
diff --git a/math/py-keras/files/pkg-message.in b/math/py-keras/files/pkg-message.in
index cd0b37914120..cd438590cdea 100644
--- a/math/py-keras/files/pkg-message.in
+++ b/math/py-keras/files/pkg-message.in
@@ -2,7 +2,7 @@
{ type: install
message: <<EOM
There is no Tensorflow port currently in FreeBSD ports tree that is required
-by Keras by default. To make Keras work with Theano backend, one need to modify
+by Keras by default. To make Keras work with Theano backend, one needs to modify
theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
EOM
}