diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-25 19:14:02 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-25 19:42:19 -0700 |
commit | 81aefa42efeabdb2ff1dceb6a73cc8832e2c9e86 (patch) | |
tree | 9e483ccecb4a4cdc6d9b52c42d393ca367e5018c /math | |
parent | 0a53677fec8064584d2b23de24bd21b18aae8a6e (diff) | |
download | freebsd-ports-81aefa42efeabdb2ff1dceb6a73cc8832e2c9e86.zip |
math/py-pymc3: Update 3.11.1 -> 3.11.2
Reported by: portscout
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pymc3/Makefile | 4 | ||||
-rw-r--r-- | math/py-pymc3/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile index afd9cc050094..194bd1b6c9fa 100644 --- a/math/py-pymc3/Makefile +++ b/math/py-pymc3/Makefile @@ -1,6 +1,6 @@ PORTNAME= pymc3 DISTVERSIONPREFIX= v -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}arviz>=0.11.0:math/py-arviz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cachetools>=4.2.1:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dill>0:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastprogress>=0.2.0:devel/py-fastprogress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.24.0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.1:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semver>0:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}theano>=1.0.5:math/py-theano@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} diff --git a/math/py-pymc3/distinfo b/math/py-pymc3/distinfo index 8949d0aa5640..eb18162973ca 100644 --- a/math/py-pymc3/distinfo +++ b/math/py-pymc3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613276547 -SHA256 (pymc-devs-pymc3-v3.11.1_GH0.tar.gz) = 039a9f093b18ee0a86c05f1c3eb6cdb4a5c6290ed496cffcfee04434efe6352d -SIZE (pymc-devs-pymc3-v3.11.1_GH0.tar.gz) = 1955710 +TIMESTAMP = 1621994252 +SHA256 (pymc-devs-pymc3-v3.11.2_GH0.tar.gz) = 5ce9dd921384ed2899615c54ea73afecd082b1b311cdd033d8ffcf5e56714568 +SIZE (pymc-devs-pymc3-v3.11.2_GH0.tar.gz) = 1958111 |