# Fetch numpy wheels from the lda rackspace wheelhouse.  These wheels were
# generated by @ariddell by calling `wheel convert` on the binaries from
# http://www.lfd.uci.edu/~gohlke/pythonlibs/
# This is a temporary solution. As soon as numpy provides official
# wheel for windows we can delete this --find-links line.
--find-links https://d36102825770f036e7f0-25e1da3ee193e97cce4726db07962f5d.ssl.cf5.rackcdn.com/

# fix the versions of numpy to force the use the whl in the rackspace folder
# instead of trying to install from more recent source tarball published on PyPI
numpy==1.8.2
nose
wheel
wheelhouse_uploader
