Re: [Numpy-discussion] [pydata] Re: ANN: Pandas 0.14.0 released

2014-05-30 Thread Nathaniel Smith
I sometimes do pip install pandas==0.14.0 This requires you know the version number, but is still much easier than the arcane mutterings that are otherwise needed if you want to be fully correct (pull in new dependencies, etc.). -n On 30 May 2014 23:31, Matthew Brett matthew.br...@gmail.com

Re: [Numpy-discussion] [pydata] Re: ANN: Pandas 0.14.0 released

2014-05-30 Thread Nathaniel Smith
If you really want to use complicated command line switches I think the correct ones are: pip install -U --no-deps pandas pip install pandas (Yes, you have to run both commands in order to handle all cases correctly.) -n On 30 May 2014 23:54, Matthew Brett matthew.br...@gmail.com wrote: Hi,