mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
numpy: bump to 2.4.2
Changelog: - Fix memory leaks - Fix validation of contraction axes in tensordot - Fix free-threaded PyObject layout bugs - Fix thread safety in array_getbuffer - Fix quantile promotion logic - Fix compatibility with latest Cython version - Update OpenBLAS to fix hanging issues Full release notes: https://github.com/numpy/numpy/releases/tag/v2.4.2 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Hannu Nyman
parent
6b23febb15
commit
68f18ae0ef
@@ -6,11 +6,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=numpy
|
||||
PKG_VERSION:=2.3.4
|
||||
PKG_VERSION:=2.4.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=a7d018bfedb375a8d979ac758b120ba846a7fe764911a64465fd87b8729f4a6a
|
||||
PKG_HASH:=659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user