diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 19:32:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 19:32:23 +0000 |
commit | 878b93dbd908d14abb173d0197c694d47dcafb66 (patch) | |
tree | 461a0f04e4985c0c05b38423b7553b1c64dd1b00 /science/py-chainer-chemistry | |
parent | e8b7709cf7e7642b90acce6f155482c0db7ffe34 (diff) | |
download | ports-878b93dbd908d14abb173d0197c694d47dcafb66.tar.gz ports-878b93dbd908d14abb173d0197c694d47dcafb66.zip |
Notes
Diffstat (limited to 'science/py-chainer-chemistry')
-rw-r--r-- | science/py-chainer-chemistry/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-chainer-chemistry/Makefile b/science/py-chainer-chemistry/Makefile index 11d476cad0f6..3b920fa8a886 100644 --- a/science/py-chainer-chemistry/Makefile +++ b/science/py-chainer-chemistry/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ - ${PY_TYPING} + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist |