diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-02-03 00:01:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 00:01:17 +0200 |
commit | 8840d950e0eedf2eadb96d9867d8f8341e51aaac (patch) | |
tree | 390272d0b9f18c020308182a1393161eda86ce95 /numpy/core/setup.py | |
parent | dad8b6696ddd58684ffabd9bbf5774243633947c (diff) | |
parent | 172c40943ac53fb350f20dc69bf17476e71ff41f (diff) | |
download | numpy-8840d950e0eedf2eadb96d9867d8f8341e51aaac.tar.gz |
Merge pull request #20904 from seberg/unit-dtype-extensions
ENH,BUG: Expand the experimental DType API and fix small exposed issue
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index c97747606..63962ab79 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1009,6 +1009,7 @@ def configuration(parent_package='',top_path=None): join('src', 'umath', 'clip.cpp'), join('src', 'umath', 'dispatching.c'), join('src', 'umath', 'legacy_array_method.c'), + join('src', 'umath', 'wrapping_array_method.c'), join('src', 'umath', 'ufunc_object.c'), join('src', 'umath', 'extobj.c'), join('src', 'umath', 'scalarmath.c.src'), |