Thanks to visit codestin.com Credit goes to github.com
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 9d6748f commit b8ea115Copy full SHA for b8ea115
1 file changed
setup.py
@@ -11,8 +11,8 @@
11
"""
12
13
# The NUMERIX
14
-NUMERIX = 'Numeric' # or numarray
15
-#NUMERIX = 'numarray' # or numarray
+#NUMERIX = 'Numeric' # or numarray
+NUMERIX = 'numarray' # or numarray
16
17
# build the image support module - requires agg and Numeric or
18
# numarray. You can build the image module with either Numeric or
0 commit comments