We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e2175 commit 55a343aCopy full SHA for 55a343a
numpy/core/meson.build
@@ -1001,6 +1001,7 @@ python_sources = [
1001
'shape_base.py',
1002
'shape_base.pyi',
1003
'umath.py',
1004
+ 'umath_tests.py',
1005
]
1006
1007
py.install_sources(
numpy/random/meson.build
@@ -153,6 +153,7 @@ py.install_sources(
153
'_examples/cython/extending.pyx',
154
'_examples/cython/extending_distributions.pyx',
155
'_examples/cython/meson.build',
156
+ '_examples/cython/setup.py',
157
],
158
subdir: 'numpy/random/_examples/cython'
159
)
0 commit comments