math/py-keras: Update 2.3.1 -> 2.4.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2020-06-19 07:19:50 +00:00
parent eb97f26504
commit aa8d928eef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539596
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= keras
DISTVERSION= 2.3.1
DISTVERSION= 2.4.0
CATEGORIES= math # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -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

View file

@ -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
}