yoavram / curveball

Predicting microbial growth in a mixed culture from growth curve data
http://curveball.yoavram.com
Other
14 stars 5 forks source link

xlrd version #168

Open nahanoo opened 3 months ago

nahanoo commented 3 months ago

Hi,

Thanks for developing this project, it has already been very useful!

However, the old xlrd version is starting to cause a lot of dependency issues for me with other packages, for example pandas.

Is it possible to bump xlrd==1.0.0 to xlrd 2.0.1?

Thanks a lot in advance.

nahanoo commented 3 months ago

Sorry, I saw too late that this was already briefly addressed in #158. Do you think you would have time to switch to openpyxl?

If not I could see if I can free some time to work on it.