python/numexpr: Fixed dep information

This commit is contained in:
ponce 2012-08-23 12:30:12 +02:00 committed by Robby Workman
parent ae69d10bf4
commit 7f78f15a93

View file

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