epogrebnyak / weo-reader

Python client to read IMF World Economic Outlook (WEO) dataset as pandas dataframe.
31 stars 12 forks source link

MATPLOTLIB dependency #23

Closed smetterspa closed 3 years ago

smetterspa commented 3 years ago

The reader requires a specific version of matplotlib (version 3.2.0), which requires downgrading matplotlib as newer versions of matplotlib are released as part of distro packages (e.g., Anaconda). Can you instead require a minimum version number instead of an exact match? Thanks for the excellent reader.

epogrebnyak commented 3 years ago

Strange we pinpointed a specific version of matplotlob, let me change that.

Glad you are finding the reader useful!

epogrebnyak commented 3 years ago

@smetterspa - please try this https://pypi.org/project/weo/0.6.4/

pip install weo==0.6.4

or

pip install -U weo