madeleineudell / LowRankModels.jl

LowRankModels.jl is a julia package for modeling and fitting generalized low rank models.
Other
190 stars 65 forks source link

Downgrading many packages on install #87

Closed alancrawford closed 6 years ago

alancrawford commented 6 years ago

When I install the package in Julia v0.6.2 it downgrades many other packages. For example:

INFO: Downgrading DataFrames: v0.11.6 => v0.10.1 INFO: Downgrading DataFramesMeta: v0.3.0 => v0.2.0

Any ideas why this might be happening and suggestions to fix / workaround it?

cstjean commented 6 years ago

You can checkout the master. Pkg.checkout("LowRankModels")

alancrawford commented 6 years ago

Of course. Thanks.