Skip to content

Commit

Permalink
science/py-pyteomics: Remove PYNUMPY
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 2, 2021
1 parent cdc4e62 commit 4fc3b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions science/py-pyteomics/Makefile
Expand Up @@ -24,10 +24,10 @@ XML_DESC= XML support

DF_RUN_DEPENDS= ${PY_PANDAS}
GRAPHICS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
TDA_RUN_DEPENDS= ${PYNUMPY}
TDA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
UNIMOD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0:databases/py-sqlalchemy13@${PY_FLAVOR}
XML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYNUMPY}
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}

.include <bsd.port.mk>

0 comments on commit 4fc3b66

Please sign in to comment.