pyttb
pyttb copied to clipboard
Need typing_extensions as dependency
typing_extensions
is used in ktensor.py, so it needs to be a standard dependency of pyttb
.
A minimal virtual environment with just pyttb fails to import pyttb
because of this.
I haven't been following Python typing closely, so perhaps this is now a feature of built-in typing modules, but either way this should be addressed.