wjm41 / molplotly

add-on to plotly which show molecule images on mouseover!
Apache License 2.0
237 stars 25 forks source link

Removed support for python 3.7 #16

Closed jannisborn closed 2 years ago

jannisborn commented 2 years ago

Thanks for the great library, really useful!

You pinned the pandas version to ~=1.4.1 which effectively cuts of users that use python<3.7. See the pandas release notes: https://pandas.pydata.org/docs/whatsnew/v1.4.0.html

Is this intentional? Which novel features from pandas >1.4.0 are strictly necessary to keep the package running? I'll create a PR with a relaxed pandas requirements that works fine for me in a python3.7 env.

wjm41 commented 2 years ago

This wasn't intentional, I was only setting strict requirements to prevent anymore unexpected breaking of the package - will merge your PR now, thanks!