lda-project / lda

Topic modeling with latent Dirichlet allocation using Gibbs sampling
https://lda.readthedocs.io/
Mozilla Public License 2.0
1.24k stars 390 forks source link

the version specification of the dependent numpy incorrect? #133

Closed b-trout closed 3 months ago

b-trout commented 3 months ago

Hi, thanks to develop such a great library! I am concern that the version specification of the dependent numpy incorrect.

The filepyproject.toml says this library requires numpy>=1.83 and the latest numpy1 is 1.26.4.

Could you modify the version?

b-trout commented 3 months ago

This would be typo of >=1.13.0

ariddell commented 3 months ago

Closed in #134