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>
This commit is contained in:
Andrew Clemons 2024-05-26 19:36:30 +09:00 committed by Willy Sudiarto Raharjo
parent 8928591b34
commit 809d0a1c8a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.