pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-Keras_Applications: Add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Apr 4 12:26:43 2019 -0700
Changeset:	284c58f3e0bb6431a754e81cb4f714e451ebed17

Modified Files:
	py-Keras_Applications/Makefile

Log Message:
py-Keras_Applications: Add missing dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=284c58f3e0bb6431a754e81cb4f714e451ebed17

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-Keras_Applications/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-Keras_Applications/Makefile b/py-Keras_Applications/Makefile
index e7acb6bd34..ad1a78dc08 100644
--- a/py-Keras_Applications/Makefile
+++ b/py-Keras_Applications/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	https://github.com/keras-team/keras-applications
 COMMENT=	Reference implementations of popular deep learning models
 LICENSE=	mit
 
+DEPENDS+=	${PYPKGPREFIX}-h5py-[0-9]*:../../devel/py-h5py
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index