diff options
Diffstat (limited to 'science/py-dwave-preprocessing/Makefile')
-rw-r--r-- | science/py-dwave-preprocessing/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/py-dwave-preprocessing/Makefile b/science/py-dwave-preprocessing/Makefile index a7fc27a649bb..c9a03c027f18 100644 --- a/science/py-dwave-preprocessing/Makefile +++ b/science/py-dwave-preprocessing/Makefile @@ -1,6 +1,5 @@ PORTNAME= dwave-preprocessing -DISTVERSION= 0.6.6 -PORTREVISION= 1 +DISTVERSION= 0.6.10 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dimod>=0.12.6:science/py-dimod@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dimod>=0.12.6:science/py-dimod@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dimod>=0.12.20:science/py-dimod@${PY_FLAVOR} \ ${PYNUMPY} USES= localbase:ldflags python |