VlachosGroup / pMuTT

Python Multiscale Thermochemistry Toolbox (pMuTT)
https://vlachosgroup.github.io/pMuTT/
40 stars 23 forks source link

Updated setup.py to use xlrd version 1.2.0 or less #184

Closed jonlym closed 3 years ago

jonlym commented 3 years ago

In versions after 1.2.0, xlrd removes support for xlsx files. To use pandas.read_excel, pandas developers recommend using xlrd version 1.2.0. Addresses issue #183