diff options
Diffstat (limited to 'math/py-autograd/Makefile')
-rw-r--r-- | math/py-autograd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/py-autograd/Makefile b/math/py-autograd/Makefile index 70fe015faae..16eb93e6788 100644 --- a/math/py-autograd/Makefile +++ b/math/py-autograd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2021/06/29 08:42:00 nia Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/30 13:05:36 adam Exp $ DISTNAME= autograd-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy - .include "../../lang/python/egg.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |