In this case, the issue may not directly be related to numpy, but is pretty similar.
At the moment, KNIME does not support Python tuples inside single cells of a DataFrame. You could try to convert each tuple into a list (given the tuples only contain elements of the same type) as lists are supported, or split the tuples into their elements and create a dedicated column for each element.