Update package version to 2.3.4

This commit is contained in:
2025-10-16 15:45:40 +03:00
parent abbccf1506
commit 834355b644
+11 -3
View File
@@ -1,9 +1,17 @@
name: python-numpy name: python-numpy
description: The fundamental package for scientific computing with Python description: The fundamental package for scientific computing with Python
version: 2.3.3 version: 2.3.4
revision: 1
url: https://numpy.org/ url: https://numpy.org/
license: BSD-3-Clause license: BSD-3-Clause
architecture: any architecture: any
depends: ["python3"]
make_depends: ["cmake","python-cython","gcc-fortran","meson-python","python-build","python-installer"]
type: source type: source
depends:
- python3
make_depends:
- cmake
- python-cython
- gcc-fortran
- meson-python
- python-build
- python-installer