Date: Sun, 18 Apr 2021 07:12:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5a77318f2aa2 - main - math/py-gym: Remove PYNUMPY Message-ID: <202104180712.13I7Cc26011497@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a77318f2aa23976912af8799ad3970a548d8c6f commit 5a77318f2aa23976912af8799ad3970a548d8c6f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:03:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:49 +0000 math/py-gym: Remove PYNUMPY --- math/py-gym/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index f406924dc993..f01ed0f57dee 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -12,7 +12,7 @@ COMMENT= OpenAI toolkit for developing and comparing your reinforcement learning LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.7.0:devel/py-cloudpickle@${PY_FLAVOR} \ - ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.10.4,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0<7.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyglet150>=1.4.0<1.5.1:graphics/py-pyglet150@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180712.13I7Cc26011497>