Search Criteria
Package Details: python-oldest-supported-numpy 2023.10.25-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-oldest-supported-numpy.git (read-only, click to copy) |
---|---|
Package Base: | python-oldest-supported-numpy |
Description: | Meta-package providing oldest supported Numpy for given Python version |
Upstream URL: | https://github.com/scipy/oldest-supported-numpy |
Licenses: | BSD |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 2 |
Popularity: | 0.000656 |
First Submitted: | 2022-02-23 12:07 (UTC) |
Last Updated: | 2023-10-25 11:33 (UTC) |
Dependencies (3)
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-setuptools (make)
- python-nose (check)
Required by (10)
- pyresample (make)
- python-arc-alkali-rydberg-calculator
- python-arch
- python-fastcluster (make)
- python-py-find-1st
- python-pyemd-git
- python-pynumpress (make)
- python-scikit-learn-extra (make)
- python-soxr (make)
- python-tables
Latest Comments
Universebenzene commented on 2023-08-11 12:05 (UTC)
@brisvag I didn't meet this problem while building vispy.
brisvag commented on 2023-07-25 13:07 (UTC)
I'm having an odd issue with this and
python-vispy
, which depends on it. I get the following error when installing vispy:This happens even though python-oldest-supported-numpy is installed. It's as if the python installed doesn't see this package and simply stops there. Indeed, if I remove the dependency from
pyproject.toml
the installation proceeds just fine. Any tips?