git: 5a77318f2aa2 - main - math/py-gym: Remove PYNUMPY
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:12:48 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a77318f2aa23976912af8799ad3970a548d8c6f
commit 5a77318f2aa23976912af8799ad3970a548d8c6f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:03:40 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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}
More information about the dev-commits-ports-all
mailing list