Updating Packages

Why my DataFrame package does not update from ( 0.22.7 to 1.0) when I use:
pkg> update or pkg>update DataFrames

How do I update packages?

Thanks

It might be that you have some packages depending on DataFrames which are not compatible with version 1.0. you can do add DataFrames@1.0 to see what packages are preventing DataFrames from being updated.

3 Likes

Thanks mate.