# Installer numpy avec Homebrew, chocolatey, apt, dnf

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de numpy pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:numpy
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install numpy
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install python-numpy-doc
```

  Preuve: Debian stable package indexes: python-numpy-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install python3-numpy
```

  Preuve: Fedora Rawhide package metadata: python3-numpy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Ubuntu apt (92%):

```sh
sudo apt install python3-numpy
```

  Preuve: Ubuntu 24.04 LTS package indexes: python3-numpy from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

### Windows

- Chocolatey (92%):

```sh
choco install numpy
```

  Preuve: Chocolatey community package catalog: numpy from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','nordvpn-teams'

## Faits du paquet

- **Clé du paquet:** brew:numpy
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.5.1
- **Résumé source:** Package for scientific computing with Python
- **Page d'accueil:** <https://www.numpy.org/>
- **Dépôt:** <https://github.com/numpy/numpy>
- **Dernière mise à jour:** 2026-07-07T20:38:47Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- f2py (alias)
- numpy-config (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.5.1
## Historique du projet et usages

NumPy is the foundational array package for scientific computing in Python. It supplies the `ndarray`, vectorized operations, broadcasting, linear algebra and numerical routines, a C API, and the `f2py` command-line interface for building Python bindings to Fortran code.

### Historique du projet

The official NumPy about page says NumPy was created in 2005, building on Numeric and Numarray. The old SciPy history records the project as a reunion: Travis Oliphant wanted to bring the split Numeric/numarray community back to one array package, refactored Numeric to absorb numarray's features, and after naming discussion the multidimensional array project became NumPy.

### Historique d'adoption

NumPy became the array substrate for the Python scientific stack. The 2020 Nature paper 'Array programming with NumPy' describes NumPy as a 2005 unification of Numarray's features with Numeric's small-array performance and C API, and says that by 2020 it underpinned almost every Python library doing scientific or numerical computation, including SciPy, Matplotlib, pandas, scikit-learn, and scikit-image.

### Modes d'utilisation

Users install NumPy directly for dense arrays, vectorized math, broadcasting, random sampling, FFTs, statistics, basic linear algebra, and data interchange with other Python libraries. Package maintainers also care about the compiled-code boundary: `f2py` is distributed with NumPy as both `numpy.f2py` and a standalone command-line tool, making old Fortran routines callable from Python, while the C API supports extensions and downstream projects.

### Pourquoi les passionnés de paquets s'y intéressent

For package ecosystems, NumPy is not just a library; it is an ABI, build, and compatibility gravity well. Python packages with native extensions often pin or test against NumPy versions, scientific Linux/macOS distributions ship optimized BLAS/LAPACK stacks underneath it, and Homebrew's formula page showed 333,990 installs over 365 days on July 1, 2026 despite Python users often installing it through pip or conda instead.

### Chronologie

- 1990s-2000s: Numeric and then Numarray serve overlapping array-computing communities.
- 2005: NumPy is created by combining Numeric and Numarray ideas into one project.
- 2020: Nature publishes 'Array programming with NumPy', documenting its role across scientific Python.

### Related projects

- Numeric
- Numarray
- SciPy
- Matplotlib
- pandas
- scikit-learn
- scikit-image

### Sources

- <https://formulae.brew.sh/formula/numpy>
- <https://numpy.org/about/>
- <https://numpy.org/doc/stable/f2py/>
- <https://numpy.org/doc/stable/user/whatisnumpy.html>
- <https://scipy.github.io/old-wiki/pages/History_of_SciPy>
- <https://www.nature.com/articles/s41586-020-2649-2>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour numpy. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Debian apt - python-numpy-doc - 1:2.2.4+ds-1: normalized package name match | Debian stable package indexes: python-numpy-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python library for numerical computations (Documentation) | http://www.numpy.org/
- Debian apt - python3-numpy - 1:2.2.4+ds-1: normalized package name match | Debian stable package indexes: python3-numpy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python library for numerical computations (Python 3) | http://www.numpy.org/
- Debian apt - python3-numpy-dev - 1:2.2.4+ds-1: normalized package name match | Debian stable package indexes: python3-numpy-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python library for numerical computations (Python 3 headers) | http://www.numpy.org/
- Ubuntu apt - python3-numpy - 1:1.26.4+ds-6ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-numpy from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Fast array facility to the Python language (Python 3) | http://www.numpy.org/
- dnf - python3-numpy - 2.5.1-3.fc45: normalized package name match | Fedora Rawhide package metadata: python3-numpy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A fast multidimensional array facility for Python | http://www.numpy.org/
- dnf - python3-numpy-doc - 2.5.1-3.fc45: normalized package name match | Fedora Rawhide package metadata: python3-numpy-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation for numpy | http://www.numpy.org/
- dnf - python3-numpy-f2py - 2.5.1-3.fc45: normalized package name match | Fedora Rawhide package metadata: python3-numpy-f2py from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | f2py for numpy | http://www.numpy.org/
- Chocolatey - numpy: normalized package name match | Chocolatey community package catalog: numpy from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','nordvpn-teams'


## Combined YAML source

View the package source record on GitHub. [combined/numpy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/numpy.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
