I'm using winpython which provides numpy 1.21.0+mkl . After running pip install mhkit causes uninstallation of numpy-mkl which subsequently breaks the the distribution.
Is the requirement numpy<1.21.0 a permanent feature?
Also, is there a reason that relative imports aren't being used between modules?