I used pip to install zetapy in a Python 3.10 conda environment. When I run:
from zetapy import zetatest
it fails when trying to import zetapy.plot_dependencies because tkinter is not installed. This should either be included as a dependency when installing via pip, or (ideally) the plotting functions should be decoupled from the statistical tests.
I used
pipto installzetapyin a Python 3.10condaenvironment. When I run:it fails when trying to import
zetapy.plot_dependenciesbecausetkinteris not installed. This should either be included as a dependency when installing viapip, or (ideally) the plotting functions should be decoupled from the statistical tests.