diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:45:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:42 +0700 |
commit | 506853a6cf1978159775b427fb07f6989c5ef509 (patch) | |
tree | 326bd0aa2a9020a170e1f16b44265b732dd2ce0c | |
parent | e07ff99a6c2018f3fc811c90a321f6d6d0440324 (diff) |
development/Bottleneck: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/Bottleneck/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/Bottleneck/README b/development/Bottleneck/README index d5fcfbca33ff..a92376987697 100644 --- a/development/Bottleneck/README +++ b/development/Bottleneck/README @@ -1,5 +1,6 @@ -Bottleneck is a collection of fast NumPy array functions written in Cython. +Bottleneck is a collection of fast NumPy array functions written in +Cython. -Optional: -SciPy : portions of benchmark suite -tox, virtualenv : run unit tests across multiple python/numpy versions +Optional dependencies: + SciPy: portions of benchmark suite + tox, virtualenv: run unit tests across multiple python/numpy versions |