numpy: Package for scientific computing with Python#
Description#
This package adds numerical linear algebra and other numerical computing capabilities to python.
Upstream Contact#
Travis Oliphant
Fernando Perez
Brian Granger
Special Update/Build Instructions#
Scipy uses numpy’s distutils to control its compilation of fortran code.
Whenever numpy is updated it is necessary to make sure that scipy still builds ok.
Type#
standard
Dependencies#
Version Information#
package-version.txt:
1.26.1
install-requires.txt:
numpy >=1.19
Equivalent System Packages#
arch:
$ sudo pacman -S python-numpy
conda:
$ conda install numpy
Debian/Ubuntu:
$ sudo apt-get install python3-numpy
Fedora/Redhat/CentOS:
$ sudo yum install python-numpy
gentoo:
$ sudo emerge dev-python/numpy
homebrew:
$ brew install numpy
macports: install the following packages: py-numpy
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-numpy
void:
$ sudo xbps-install python3-numpy
See https://repology.org/project/python:numpy/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.