`Import error cannot import name triu from scipy linalg gensim` can I just change the source code?
So there is an import error with the latest version of gensim and there’s traffic around the question. I noticed that triu is now part of numpy, so it’s trivially easy to fix this problem without a downgrade. Is that a bad practice?