We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ab84f commit c2211c8Copy full SHA for c2211c8
Formula/n/numpy.rb
@@ -1,8 +1,8 @@
1
class Numpy < Formula
2
desc "Package for scientific computing with Python"
3
homepage "https://www.numpy.org/"
4
- url "https://files.pythonhosted.org/packages/37/7d/3fec4199c5ffb892bed55cff901e4f39a58c81df9c44c280499e92cad264/numpy-2.3.2.tar.gz"
5
- sha256 "e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48"
+ url "https://files.pythonhosted.org/packages/d0/19/95b3d357407220ed24c139018d2518fab0a61a948e68286a25f1a4d049ff/numpy-2.3.3.tar.gz"
+ sha256 "ddc7c39727ba62b80dfdbedf400d1c10ddfa8eefbd7ec8dcb118be8b56d31029"
6
license "BSD-3-Clause"
7
head "https://github.com/numpy/numpy.git", branch: "main"
8
0 commit comments