From 5acb0cbb9163b47c5e885ff252a9431a47d9437a Mon Sep 17 00:00:00 2001 From: zachcp Date: Tue, 9 Sep 2014 10:03:05 -0400 Subject: [PATCH] numexpr is now on github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 778984aa4cf52..93bfe7482d31e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ pip install pandas - Needed for time zone support with ``pandas.date_range`` ### Highly Recommended Dependencies -- [numexpr](http://code.google.com/p/numexpr/) +- [numexpr](https://github.com/pydata/numexpr) - Needed to accelerate some expression evaluation operations - Required by PyTables - [bottleneck](http://berkeleyanalytics.com/bottleneck)