From 7f78f15a930a635d084ca05ea7ef33e8e03d140d Mon Sep 17 00:00:00 2001 From: ponce Date: Thu, 23 Aug 2012 12:30:12 +0200 Subject: python/numexpr: Fixed dep information --- python/numexpr/README | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/numexpr') diff --git a/python/numexpr/README b/python/numexpr/README index 7d34e96b2d71..30cffee3aa1f 100644 --- a/python/numexpr/README +++ b/python/numexpr/README @@ -10,5 +10,3 @@ computations straight into its internal virtual machine, written in C. This allows to bypass the GIL in Python, and allows near-optimal parallel performance in your vector expressions, most specially on CPU-bounded operations (memory-bounded were already the strong point of Numexpr). - -This requires numpy. -- cgit v1.2.3