numpy
brew install numpy
v2.4.6
BSD-3-Clause
Numerical computing library for Python with multi-dimensional array operations and mathematical functions.
Why you might care
NumPy is the foundation for Python's scientific computing ecosystem—required by pandas, SciPy, scikit-learn, and most data science tools. Provides fast, memory-efficient N-dimensional arrays with vectorized operations backed by optimized C and Fortran code (via OpenBLAS). Essential if you're doing any numerical work in Python.
23.1k
30-day installs · #215
80.0k
90-day · #214
343.3k
365-day · #196
Runtime dependencies
Build dependencies
Links
- https://www.numpy.org/
- Brew formula source: Formula/n/numpy.rb
Caveats
To run `f2py`, you may need to `brew install python@3.14`
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"pandas",
"SciPy",
"TensorFlow",
"PyTorch"
],
"build_dependencies": [
"gcc",
"meson",
"ninja",
"python@3.13",
"python@3.14"
],
"categories": [
"library",
"data-science",
"scientific"
],
"caveats": "To run `f2py`, you may need to `brew install python@3.14`\n",
"conflicts_with": [],
"dependencies": [
"openblas"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Package for scientific computing with Python",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:44+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "numpy",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.numpy.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "NumPy",
"installs_30d": 23068,
"installs_365d": 343310,
"installs_90d": 80030,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-3-Clause",
"llm_generated_at": "2026-06-20T23:43:26+00:00",
"llm_model": "claude-haiku-4-5",
"name": "numpy",
"oldnames": [],
"one_liner": "Numerical computing library for Python with multi-dimensional array operations and mathematical functions.",
"optional_dependencies": [],
"rank_30d": 215,
"rank_365d": 196,
"rank_90d": 214,
"raw_hash": "d18d92cd3ad861e8",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/n/numpy.rb",
"tap": "homebrew/core",
"test_dependencies": [
"python@3.13",
"python@3.14"
],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.4.6",
"versioned_formulae": [],
"why_use_this": "NumPy is the foundation for Python\u0027s scientific computing ecosystem\u2014required by pandas, SciPy, scikit-learn, and most data science tools. Provides fast, memory-efficient N-dimensional arrays with vectorized operations backed by optimized C and Fortran code (via OpenBLAS). Essential if you\u0027re doing any numerical work in Python."
}