diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-15 00:26:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-15 00:27:22 +0000 |
commit | aadee3ea2c92047ec1f177aa3aa2590e158773b9 (patch) | |
tree | 1e0bb59a32d366e87f29bbf449ff67fabf7e1004 /science/py-cirq-core/Makefile | |
parent | 383c0f67ccfe5ec71f127cec7b3ce7be8bc530b8 (diff) | |
download | ports-aadee3ea2c92047ec1f177aa3aa2590e158773b9.tar.gz ports-aadee3ea2c92047ec1f177aa3aa2590e158773b9.zip |
science/py-cirq-core: Update 0.12.0 -> 0.13.1
Reported by: portscout
Diffstat (limited to 'science/py-cirq-core/Makefile')
-rw-r--r-- | science/py-cirq-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-cirq-core/Makefile b/science/py-cirq-core/Makefile index e9b14fb5916c..523851c23b2c 100644 --- a/science/py-cirq-core/Makefile +++ b/science/py-cirq-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirq-core DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cirq-google>0:science/py-cirq-google@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}duet>=0.2.0:net/py-duet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ |