gnikit/tkinter-tooltip

Dependency on package tk

marnikow opened this issue · 2 comments

When I installed the package I noticed that it depends on tk. I'm guessing that it was intended to be depending on tkinter instead.

Since tkinter is part of the Python standard library I would propose to delete the dependency.

For reference: the description of the project tk on pypi is "TensorKit is a deep learning helper between Python and C++." (tk on pypi.org).

Good catch. I think I clearly mixed something up when writing the setup.py. I will fix it in the next release.

@marnikow This should hopefully have been fixed now in v1.3.0