diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-06-11 20:51:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 20:51:21 +0300 |
commit | cfd099db9206e038896a7df90b02ae2f6c875f50 (patch) | |
tree | 2238b9cdb9606f5e74bb1eb6b0a225400da443c0 /doc/source/user | |
parent | 56d93efee5b536ef4ec161e18315f7421b7708e6 (diff) | |
download | numpy-cfd099db9206e038896a7df90b02ae2f6c875f50.tar.gz |
Update doc/source/user/building.rst
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 64a773c3b..d04811635 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -165,7 +165,7 @@ lower case). .. deprecated:: 1.20 The native libraries on macOS, provided by Accelerate, are not fit for use - in NumPy since they have bugs that cause wrong output under easily reproducable + in NumPy since they have bugs that cause wrong output under easily reproducible conditions. If the vendor fixes those bugs, the library could be reinstated, but until then users compiling for themselves should use another linear library or use the built-in (but slower) default, see the next section. |