diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-21 21:18:06 -0700 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-22 01:57:01 -0700 |
| commit | 5614052065a4c4d8ab0b7fb896743b8ce5866128 (patch) | |
| tree | 064ef2336bb6502c1f01c032222683fbd85bb4fc /math/py-python-picard/Makefile | |
| parent | math/libxsmm: Update 1.16.1 -> 1.16.3; Add the 'test' target (diff) | |
math/py-python-picard: Update 0.6 -> 0.7
Reported by: portscout
Diffstat (limited to 'math/py-python-picard/Makefile')
| -rw-r--r-- | math/py-python-picard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-python-picard/Makefile b/math/py-python-picard/Makefile index e1672d4b9dbe..9f672b652e85 100644 --- a/math/py-python-picard/Makefile +++ b/math/py-python-picard/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-picard -DISTVERSION= 0.6 +DISTVERSION= 0.7 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numexpr>0:math/py-numexpr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} USES= python:3.7+ |
