BobXWu / FASTopic

A Fast, Adaptive, Stable, and Transferable Topic Model
https://pypi.org/project/fastopic/
Apache License 2.0
28 stars 3 forks source link

Pin `scipy` version to `<=1.12` #1

Closed s-jse closed 3 months ago

s-jse commented 3 months ago

Without it, the latest scipy version will be installed, which results in ImportError: cannot import name 'triu' from 'scipy.linalg' Related Stack Overflow post: https://stackoverflow.com/questions/78279136/importerror-cannot-import-name-triu-from-scipy-linalg-when-importing-gens

BobXWu commented 3 months ago

Thank you. We've fixed this in topmost.