Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ language: python
matrix:
include:
- python: 2.7
env: MOCK=mock NUMPY=numpy==1.6
env: MOCK=mock NUMPY=numpy==1.7.1
- python: 3.4
- python: 3.5
env: PANDAS=pandas DELETE_FONT_CACHE=1
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
__version__ = str(get_versions()['version'])
del get_versions

__version__numpy__ = str('1.6') # minimum required numpy version
__version__numpy__ = str('1.7.1') # minimum required numpy version

__bibtex__ = """@Article{Hunter:2007,
Author = {Hunter, J. D.},
Expand Down
4 changes: 2 additions & 2 deletions setupext.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,10 @@ def add_flags(self, ext):
'NPY_1_7_API_VERSION'))

def get_setup_requires(self):
return ['numpy>=1.6']
return ['numpy>=1.7.1']

def get_install_requires(self):
return ['numpy>=1.6']
return ['numpy>=1.7.1']


class LibAgg(SetupPackage):
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy