mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
numpy: update to version 1.26.2
https://github.com/numpy/numpy/releases NumPy 1.26.2 Release Notes NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12. Signed-off-by: Andy Syam <privasisource@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/numpy/distutils/system_info.py
|
||||
+++ b/numpy/distutils/system_info.py
|
||||
@@ -403,7 +403,7 @@ def get_standard_file(fname):
|
||||
@@ -404,7 +404,7 @@ def get_standard_file(fname):
|
||||
pass
|
||||
else:
|
||||
user_file = os.path.join(f, fname)
|
||||
|
||||
Reference in New Issue
Block a user