Search Criteria
Package Details: python-hyperspy 2.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-hyperspy.git (read-only, click to copy) |
---|---|
Package Base: | python-hyperspy |
Description: | Hyperspectral data analysis |
Upstream URL: | http://hyperspy.org |
Keywords: | electron-microscopy scientific-data-analysis spectral-imaging |
Licenses: | GPL3 |
Conflicts: | hyperspy |
Provides: | hyperspy |
Replaces: | hyperspy |
Submitter: | jlaehne |
Maintainer: | jlaehne (jat255) |
Last Packager: | jlaehne |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-01 08:10 (UTC) |
Last Updated: | 2024-07-15 07:41 (UTC) |
Dependencies (48)
- python (python37AUR, python311AUR, python310AUR)
- python-cloudpickle
- python-dask
- python-dateutil
- python-importlib-metadata
- python-jinja
- python-matplotlib (python-matplotlib-gitAUR)
- python-natsort
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-pint
- python-pooch
- python-prettytable
- python-pyaml
- python-requests
- python-rosettasciioAUR
- python-scikit-imageAUR
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-sympy (python-sympy-gitAUR)
- python-tqdm
- Show 28 more dependencies...
Latest Comments
carlosal1015 commented on 2023-12-19 03:43 (UTC)
Should be python-sphinx_design instead of python-sphinx-design
jat255 commented on 2020-11-13 18:06 (UTC)
I updated the git version of
python-hyperspy
to the binary package as welljat255 commented on 2020-11-13 17:56 (UTC)
I agree, I think requiring the bin package is probably wise (I just faced this issue myself with an upgrade). Since it provides the "non-bin" package, anyone who doesn't like this can just install the regular python-llvmlite package manually to get around using a binary package.
jlaehne commented on 2020-11-13 10:09 (UTC)
I propose to install https://aur.archlinux.org/packages/python-llvmlite-bin instead of
python-llvmlite
(dependency ofpython-sparse
throughpython-numba
) as otherwise you might regularly face compatibility issues on updates ofllvm-libs
.jlaehne commented on 2020-08-31 18:23 (UTC)
You're right, I have been pondering about that as well. I will clone to the new name in the next days and then we have to launch a merge request later. Same holds for the three related packages.
jat255 commented on 2020-08-31 17:16 (UTC)
@jlaehne, to conform with the python packaging guidelines, we should rename this package to "python-hyperspy", I think (https://wiki.archlinux.org/index.php/Python_package_guidelines)
jlaehne commented on 2019-11-18 15:23 (UTC)
I had to manually install python-fsspec, python-dask, python-distributed (in this order) using makpekg -sid, as there is a circular dependency between python-dask and python-distributed.
jlaehne commented on 2019-11-14 13:47 (UTC)
Note that
python-sparse
requirespython-numba
, which in turn requirespython-llvmlite
, where currently the PKGBUILD needs to be patched for a working install due to outdated llsm-dependencies. See https://aur.archlinux.org/packages/python-llvmlite/