I took a new clean install of OSX 10.9.3 and installed pip, and then did
pip install pandas pip install numpy
Both installs seemed to be perfectly happ
you can install pandas from its git repo without having to explicitly clone it
pip install git+https://github.com/pydata/pandas.git
that worked for me.