aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-11-27 20:58:03 +0300
committershadchin <shadchin@yandex-team.com>2023-11-27 21:30:01 +0300
commit5bb4e90974958750a82f9055c1e8086bbc292379 (patch)
treea15fedd1996d4cb881c9a7b5e50ea44bcab641a7 /contrib/python/numpy/py3/ya.make
parent9b5a63115fe14de9ec5c3dabbb18cf8bac373d77 (diff)
downloadydb-5bb4e90974958750a82f9055c1e8086bbc292379.tar.gz
Update numpy to 1.26.2
Diffstat (limited to 'contrib/python/numpy/py3/ya.make')
-rw-r--r--contrib/python/numpy/py3/ya.make12
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/python/numpy/py3/ya.make b/contrib/python/numpy/py3/ya.make
index 253c01869b..2eb36a5912 100644
--- a/contrib/python/numpy/py3/ya.make
+++ b/contrib/python/numpy/py3/ya.make
@@ -4,7 +4,7 @@ LICENSE(BSD-3-Clause)
PROVIDES(numpy)
-VERSION(1.25.2)
+VERSION(1.26.2)
NO_COMPILER_WARNINGS()
NO_EXTENDED_SOURCE_SEARCH()
@@ -63,6 +63,14 @@ PY_SRCS(
numpy/__config__.py
numpy/__init__.py
numpy/__init__.pyi
+ numpy/_core/__init__.py
+ numpy/_core/__init__.pyi
+ numpy/_core/_dtype.py
+ numpy/_core/_dtype_ctypes.py
+ numpy/_core/_internal.py
+ numpy/_core/_multiarray_umath.py
+ numpy/_core/multiarray.py
+ numpy/_core/umath.py
numpy/_distributor_init.py
numpy/_globals.py
numpy/_pyinstaller/__init__.py
@@ -83,9 +91,9 @@ PY_SRCS(
numpy/_typing/_shape.py
numpy/_typing/_ufunc.pyi
numpy/_utils/__init__.py
+ numpy/_utils/_convertions.py
numpy/_utils/_inspect.py
numpy/_utils/_pep440.py
- numpy/_version.py
numpy/array_api/__init__.py
numpy/array_api/_array_object.py
numpy/array_api/_constants.py