From 16d197b191cd29746881d7084a6495d0fa05c990 Mon Sep 17 00:00:00 2001 From: Cody Piersall Date: Thu, 19 Nov 2015 15:32:56 -0600 Subject: [PATCH] Fix link to numexpr Numexpr was hosted on Google code, but moved to Github. --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 9accc188d567f..fcf497c0146c2 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -224,7 +224,7 @@ Dependencies Recommended Dependencies ~~~~~~~~~~~~~~~~~~~~~~~~ -* `numexpr `__: for accelerating certain numerical operations. +* `numexpr `__: for accelerating certain numerical operations. ``numexpr`` uses multiple cores as well as smart chunking and caching to achieve large speedups. If installed, must be Version 2.1 or higher.