Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/numpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# NOTE: keep the name, version, and other fields in sync with source/path in numpy-tests/meta.yaml.
package:
name: numpy
version: 2.3.1
version: 2.3.2
tag:
- min-scipy-stack
top-level:
- numpy
source:
url: https://files.pythonhosted.org/packages/source/n/numpy/numpy-2.3.1.tar.gz
sha256: 1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b
url: https://files.pythonhosted.org/packages/source/n/numpy/numpy-2.3.2.tar.gz
sha256: e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48

build:
unvendor-tests: false # we do this on our own using Meson's install tags
Expand Down
Loading