Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

matplotlib and pandas specs in requirements.txt are incongruent #32

Open
marksweissma opened this issue Dec 1, 2016 · 1 comment
Open

Comments

@marksweissma
Copy link

Pandas 0.19.1 will throw an exception if the matplotlib version is 1.4.0

see: pandas/tools/plotting.py

   137     try:
   138         import matplotlib

--> 139 return (matplotlib.version >= LooseVersion('1.5') or
140 matplotlib.version[0] == '0')
141 except ImportError:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@marksweissma and others