Search Criteria
Package Details: python-emcee 3.1.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-emcee.git (read-only, click to copy) |
---|---|
Package Base: | python-emcee |
Description: | Kick ass affine-invariant ensemble MCMC sampling |
Upstream URL: | http://emcee.readthedocs.io |
Keywords: | MCMC |
Licenses: | MIT |
Submitter: | anntzer |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-17 02:01 (UTC) |
Last Updated: | 2024-04-21 05:59 (UTC) |
Dependencies (12)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi) (check)
- python-pytest (check)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (check)
- python-emcee-docAUR (optional) – Documentations for emcee
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi) (optional) – For HDF5 backend
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (optional)
- python-tqdm (optional) – For progress bars
Required by (10)
- python-astroslam
- python-emcee-doc (make)
- python-gammapy (optional)
- python-lmfit (optional)
- python-lmfit-git (optional)
- python-naima
- python-naima (check)
- python-smac
- python-sncosmo (check)
- python-sncosmo (optional)
Latest Comments
privong commented on 2023-01-30 14:13 (UTC) (edited on 2023-01-30 14:26 (UTC) by privong)
@Universebenzene Oops, it looks like I had hdf5-openmpi installed but not the python-h5py-openpi library. So when you added python-h5py to the check list, it tried to install that, then wanted to remove the hdf5-openmpi version (which I misread as wanting to uninstall
python-h5py-openpi
. So my immediate issue was actually a non-issue.Universebenzene commented on 2023-01-30 14:06 (UTC)
@privong python-h5py-openmpi also provide the
python-h5py
, so I don't think that will bring any conflicts. BTW I'm not sure if h5py is really a hard dependency now. If I usepip
to install emcee, it won't pull in the h5py as dependency automatically.privong commented on 2023-01-30 13:39 (UTC)
@Universebenzene
python-h5py
is listed as both a dependency and an optional package. It looks like it was added as a dependency in this latest version, but this conflicts with environments thatpython-h5py-openmpi
installed (which is also listed as an optional dependency). Was there some change toemcee
that requirespython-h5py
now? Either way, it might be good to clean up the optional/required dependency list?gypaetus commented on 2019-10-20 15:08 (UTC)
Could you add python-setuptools-scm to makedepends?