Describe the bug:
Firstly, MHKiT installer needs to be updated to use pyproject.toml since the setup.py installation process is getting deprecated.
I was hoping there would be a way to install specific modules in the pyproject.toml file, but it looks like we can only specify dependency packages. Not sure if we'd then run into import errors given the way we have relative imports set up (through __init__.py) in MHKiT.