pip install -U matplotlib gives me 1.0.1?

Hi!

I currently have matplotlib 1.0.1 installed and would like to upgrade to 1.1.0 but pip is trying to install 1.0.1…

$ pip install -U matplotlib

Downloading/unpacking matplotlib

Downloading matplotlib-1.0.1.tar.gz (13.3Mb): 516Kb downloaded

Same story when specifying the matplotlib version via a requirements file:

$ cat requirements.txt

matplotlib==1.1.0

$ pip install -r requirements.txt

Downloading/unpacking matplotlib==1.1.0 (from -r requirements.txt (line 1))

Could not find a version that satisfies the requirement matplotlib==1.1.0 (from -r requirements.txt (line 1)) (from versions: )

No distributions matching the version for matplotlib==1.1.0 (from -r requirements.txt (line 1))

On PYPI, there is no tarball for 1.1.0 http://pypi.python.org/pypi/matplotlib/1.1.0 but there is for 1.0.1 http://pypi.python.org/pypi/matplotlib/1.0.1 Perhaps someone just forgot to upload a source tarball?

Thanks for the help!

···


Jake Biesinger
Graduate Student
Xie Lab, UC Irvine