aboutsummaryrefslogtreecommitdiff
path: root/python/python-joblib/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-20 08:55:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-20 08:55:24 +0700
commit69b32d97cef5c870fb1a81874d187aa72820cb1a (patch)
tree07ccba2d31752e73c7c9a224fa9e74e513d41b98 /python/python-joblib/README
parentbfc172aaa7400ceb45a8436154a973126bfaf130 (diff)
python/python-joblib: Removed (use python3-joblib).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-joblib/README')
-rw-r--r--python/python-joblib/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-joblib/README b/python/python-joblib/README
deleted file mode 100644
index cbaef36c15..0000000000
--- a/python/python-joblib/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Joblib is a set of tools to provide lightweight pipelining in
-Python. Joblib is optimized to be fast and robust on large data in
-particular and has specific optimizations for numpy arrays.