ericproffitt / TopicModelsVB.jl

A Julia package for variational Bayesian topic modeling.
Other
81 stars 8 forks source link

REQUIRE file needs SpecialFunctions. #15

Closed BlakeList closed 4 years ago

BlakeList commented 4 years ago

Importation results in an error as "Package TopicModelsVB does not have SpecialFunctions in its dependencies".

Change REQUIRE from:

julia 0.6 Distributions OpenCL

to:

julia 0.6 Distributions OpenCL SpecialFunctions

Cheers, Blake

ericproffitt commented 4 years ago

Thanks for finding this! Should be fixed now with new version of package.