Search Criteria
Package Details: python-spectral r550.1b25497-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-spectral.git (read-only, click to copy) |
---|---|
Package Base: | python-spectral |
Description: | A Python module for hyperspectral image processing. |
Upstream URL: | http://www.spectralpython.net/ |
Licenses: | MIT |
Submitter: | dobedobedo |
Maintainer: | dobedobedo |
Last Packager: | dobedobedo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-17 19:33 (UTC) |
Last Updated: | 2023-11-01 11:10 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-pytest (make)
- python-setuptools (make)
- ipython (ipython-gitAUR) (optional) – Required for interactive, non-blocking GUI windows
- python-matplotlib (python-matplotlib-gitAUR) (optional) – Required if rendering raster displays or spectral plots
- python-opengl (optional) – Required if calling view_cube or view_nd
- python-pillow (python-pillow-gitAUR) (optional) – Required if displaying or saving images
- python-wxpython (python-wxpython-gitAUR) (optional) – Required if calling view_cube or view_nd
Latest Comments
MarsSeed commented on 2023-10-28 18:05 (UTC)
Test fails due to latest stable spectral release being incompatible with current NumPy.
I think the first three commits that are on 'develop' branch do fix the incompatibility (and also prevents something similar happening with Matplotlib):
https://github.com/spectralpython/spectral/compare/0.23.1...develop
See excerpt from test log: