litstudy icon indicating copy to clipboard operation
litstudy copied to clipboard

bug fix: restricting scipy version

Open eriktks opened this issue 10 months ago • 2 comments

Running the notebook results in the error message:

cannot import name 'triu' from 'scipy.linalg'

This PR restricts the version of scipy to avoid the import error message

See: https://stackoverflow.com/questions/78279136/importerror-cannot-import-name-triu-from-scipy-linalg-gensim

eriktks avatar Apr 22 '24 16:04 eriktks