[Numpy-discussion] OSX wheels for older numpy versions on pypi

Matthew Brett matthew.brett at gmail.com
Wed Jul 30 18:52:50 EDT 2014


Hi,

I took the liberty of uploading OSX wheels for some older numpy
versions to pypi.   These can be useful for testing, or when building
your own wheels to be compatible with earlier numpy versions - see:

http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312

There are currently wheels for

numpy 1.5.1 py27
numpy 1.6.0 py27
numpy 1.6.1 py27
numpy 1.7.1 py27, 32, 33, 34

These are all compiled against ATLAS:

https://github.com/matthew-brett/numpy-atlas-binaries

install with e.g.

pip install numpy==1.6.1

If anyone needs other wheels compiled, let me know, I'll try and upload them,

Cheers,

Matthew



More information about the NumPy-Discussion mailing list