diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index a4a84397d..16a34dd1e 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -941,7 +941,7 @@ def configuration(parent_package='',top_path=None): ], depends=deps + multiarray_deps + umath_deps + common_deps, - libraries=['npymath', 'npysort'], + libraries=['npysort'], extra_info=extra_info) ####################################################################### |