bab2min / tomotopy

Python package of Tomoto, the Topic Modeling Tool
https://bab2min.github.io/tomotopy
MIT License
557 stars 62 forks source link

numpy version mismatch #103

Closed benreaves closed 3 years ago

benreaves commented 3 years ago

`python

import tomotopy RuntimeError Traceback (most recent call last) RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd ... $ pip install numpy==1.20.1 import tomotopy

`

I think setup.py needs to require that numpy version be >= 1.20.1

bab2min commented 3 years ago

It has been fixed since version 0.11.0.