Search Criteria
Package Details: python-hyperspy 1.7.5-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: | 2023-05-08 08:15 (UTC) |
Dependencies (45)
- ipython (ipython-git)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- python-dask
- python-dateutil
- python-dill
- python-fsspec
- python-h5py (python-h5py-git, python-h5py-openmpi)
- python-importlib-metadata
- python-ipyparallel
- python-jinja
- python-matplotlib (python-matplotlib-git)
- python-natsort
- python-numexpr (python-numexpr-mkl-bin)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-flame, python-numpy-mkl-bin, python-numpy-mkl)
- python-packaging (python-packaging-21)
- python-pint
- python-prettytable
- python-pyaml
- python-requests
- python-scikit-image
- python-scipy (python-scipy-git, python-scipy-mkl, python-scipy-mkl-bin)
- python-sparse
- python-sympy (python-sympy-git)
- python-tifffile
- python-toolz
- python-tqdm
- python-traits
- python-zarr
- python-setuptools (make)
- python-matplotlib (python-matplotlib-git) (check)
- python-pooch (check)
- python-pytest (check)
- python-pytest-cov (check)
- python-pytest-mpl (check)
- python-pytest-rerunfailures (check)
- python-pytest-xdist (check)
- cython (cython3, cython-git) (optional) – enables acceleration of certain operations (must be installed at package build time)
- python-blosc (optional) – mrcz file support
- python-hyperspy-gui-ipywidgets (optional) – GUI components for Jupyter
- python-hyperspy-gui-traitsui (optional) – GUI components for desktop
- python-imagecodecs (optional) – speed
- python-matplotlib-scalebar (optional) – scalebar in images
- python-scikit-learn (python-scikit-learn-git) (optional) – machine learning features
- python-sphinx (python-sphinx-git, python-sphinx-2) (optional) – build documentation
- python-sphinx_rtd_theme (optional) – build documentation
Latest Comments
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/