VlachosGroup / AIMSim

A Python toolbox to work with molecular similarity
https://vlachosgroup.github.io/AIMSim/README.html
MIT License
33 stars 4 forks source link

do not use latest buggy ctk update #239

Closed JacksonBurns closed 1 year ago

JacksonBurns commented 1 year ago

Alternative approach to dealing with inconsistent CustomTkinter API - just stick to the older, less buggy version.

JacksonBurns commented 1 year ago

@himaghna this PR locks the version of CustomTkinter to a previous release because the latest version introduced a bunch of API changes and seems to be quite buggy. You can see in #238 that the CI passes, but locally every time I ran aimsim I would get a different error relating to bad calls in CTk.

himaghna commented 1 year ago

This sounds good.