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 909010a commit 35952aaCopy full SHA for 35952aa
doc/HOWTO_RELEASE.rst.txt
@@ -67,7 +67,9 @@ The same gcc version is used as the one with which Python itself is built on
67
each platform. At the moment this means:
68
69
* OS X uses gcc-4.0 (since that is what Python itself is built with).
70
-* Windows build uses latest released version from MinGW, now at 3.4.5.
+* Windows build uses the latest released version from MinGW. Note that NumPy
71
+ releases until 1.6.x and SciPy releases until 0.10.x were made with GCC
72
+ 3.4.5. For NumPy 1.7.x ad later GCC 4.x is required.
73
74
Cython is not needed for building the binaries, because generated C files from
75
Cython sources are checked in at the moment. It is worth keeping an eye on what
0 commit comments