We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90df59 commit f8b9248Copy full SHA for f8b9248
setup.py
@@ -13,8 +13,8 @@
13
# Numeric or numarray arrays, but you will get the best performance if
14
# you build with the type of array you use most
15
#BUILD_IMAGE = 0 # no image support
16
-#BUILD_IMAGE = 'Numeric' # use Numeric
17
-BUILD_IMAGE = 'numarray' # use numarray
+BUILD_IMAGE = 'Numeric' # use Numeric
+#BUILD_IMAGE = 'numarray' # use numarray
18
19
# Build the antigrain geometry toolkit. Agg makes heavy use of
20
# templates, so it probably requires a fairly recent compiler to build
0 commit comments