numpy: Package for scientific computing with Python#

Description#

This package adds numerical linear algebra and other numerical computing capabilities to python.

Upstream Contact#

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.23.5

install-requires.txt:

numpy >=1.19

Equivalent System Packages#

conda:

$ conda install  numpy

homebrew:

$ brew install numpy

macports: install the following packages: py-numpy

void:

$ sudo xbps-install  python3-numpy

See https://repology.org/project/python:numpy/versions

However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023