-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tkinter_form = "0.1.5.2" #5
Comments
When I've checked last time, there might be a backwards incompatibility with a newer version of tkinter_form I have to adjust. Your use case is, you're using tkinter_form in another application too, or what's your usecase please? |
Oh, I see, you've been so kind of having this added to conda. Another reason was, tkinter_form seems not to be a widely used package, I've felt like it is more safe to attach a specific version. You think it's safe to unbind the tkinter_form version totally? (When its compatible again.) |
The main reason is that the author has not made a release with source code archive of anything before v0.2 :( Therefore it's difficult to make 0.1.5.2 available on Conda to be used by mininterface. I think if you have good test coverage you might be able to check if tkinter_form 0.2 or 0.2.1 would be compatible with mininterface? |
Oh, that's a very good reason, than! I'll dive into it, thanks |
The version |
Is it possible to use a looser pin (like
tkinter_form >= 0.1.5.2
), or a higher version oftkinter_form
?The text was updated successfully, but these errors were encountered: