Scipy import in setup.py breaks simple pip install
Due to the unused import scipy.integrate
in setup.py
it is required to have scipy installed before starting to install twkant.
This is also an issue, when a package depends on twkant as simple listing scipy and tkwant as dependencies does not work, because setup.py is run before installing everything to collect information about the package.
Edited by Daniel Hauck