I am trying to run this code https://github.com/nfoti/hmm.jl
but I get the following error NumbericExtensions not found while loading In[3], in expression starting on line 1 in require at loading.jl:47 strangely this works fine: using NumericExtensions x = rand(1000, 1000) r = sum(x, 2)
