aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-05-26 19:36:30 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-01 16:45:48 +0700
commit809d0a1c8a992865d9e49f773420de3c4db84496 (patch)
treeb1ed30d06afa411fb4bd989c4a7e5d9394bad177 /development
parent8928591b34f419005098bbe9249d7f66f2bcb6e9 (diff)
development/pandas: Remove README reference to bottleneck.
Bottleneck was removed from SBo in 34e1fd051b. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/pandas/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/development/pandas/README b/development/pandas/README
index 20171901fa..fea8a198e0 100644
--- a/development/pandas/README
+++ b/development/pandas/README
@@ -6,6 +6,3 @@ Recommended Dependencies:
numexpr: for accelerating certain numerical operations. numexpr uses
multiple cores as well as smart chunking and caching to achieve
large speedups
-bottleneck: for accelerating certain types of NaN evaluations.
- bottleneck uses specialized cython routines to achieve
- large speedups.