Permalink
Browse files
py-pymc3: update to version 3.3
- Loading branch information
Showing
with
4 additions
and
3 deletions.
-
+4
−3
python/py-pymc3/Portfile
|
|
@@ -4,11 +4,12 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup pymc-devs pymc3 3.1 v |
|
|
github.setup pymc-devs pymc3 3.3 v |
|
|
name py-pymc3 |
|
|
platforms darwin |
|
|
maintainers nomaintainer |
|
|
license Apache-2 |
|
|
supported_archs noarch |
|
|
|
|
|
description Bayesian statistical models and fitting algorithms for python |
|
|
long_description PyMC is a python module that implements Bayesian statistical models \ |
|
|
@@ -21,8 +22,8 @@ long_description PyMC is a python module that implements Bayesian statistical |
|
|
python.versions 27 34 35 36 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
checksums rmd160 44579893fe1d646470bfbbe3001ab91d69392359 \ |
|
|
sha256 e8e60e7c95b08af5470c2cf3e1b7a058c918672ad1ecf7d84e5b9969d34c74ba |
|
|
checksums rmd160 f78fbfd4f89c453573dd75bb45a1daad00921a7d \ |
|
|
sha256 2b1223e024203f50b3286716b90d57722653abe33b80269745f4fa1767925522 |
|
|
|
|
|
depends_lib-append port:py${python.version}-numpy \ |
|
|
port:py${python.version}-scipy \ |
|
|
|