Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFrames v0.11 #151

Closed
sam81 opened this issue Dec 11, 2017 · 5 comments
Closed

DataFrames v0.11 #151

sam81 opened this issue Dec 11, 2017 · 5 comments

Comments

@sam81
Copy link

sam81 commented Dec 11, 2017

Currently installing PlotlyJS v0.7.1 causes the DataFrames package to downgrade from v0.11 to v0.10 (or to not upgrade from v0.10 to v0.11). I've been unable to figure out which package is causing the downgrade, I suppose it's a package that PlotlyJS depends on, but I've checked manually all packages that PlotlyJS installs (on a blank .julia directory) against all packages that are dependent on DataFrames (using Pkg.dependents("DataFrames"), and I've been unable to find the package causing the downgrade. Probably this issue will be solved once the package ecosystem stabilizes after the DataFrames v0.11 breaking release, but I thought it may be good to open an issue in case the problem is not related to a package PlotlyJS depends on. The other package that is downgraded after installing PlotlyJS is DataArrays (from v0.7.0 to v0.6.2).

DataFrames v0.11 works fine with PlotlyJS v0.5.2

@sglyon
Copy link
Member

sglyon commented Dec 12, 2017

Thanks for opening.

I did notice this also and in a (certainly less thorough than yours) review I also couldn't pin it down.

If/when I come across a resolution I will let you know, please do the same

@andreasnoack
Copy link

This is unrelated to any changes in this package. It happened because of JuliaLang/METADATA.jl#12223. @sglyon It would be great if you tag a new release because that would fix the problem.

@nalimilan
Copy link

If you don't want to make a new release, you can also just remove the upper bounds on DataFrames I added preventively to 0.7.1.

@sglyon
Copy link
Member

sglyon commented Dec 13, 2017

Thanks @andreasnoack. I have tagged a new release. Once it is merged in METADATA this should be resolved 👍

@sglyon sglyon added api and removed api labels Dec 13, 2017
@sglyon
Copy link
Member

sglyon commented Dec 13, 2017

Done! When I install PlotlyJS it comes with a DataFrames >= v0.11

@sglyon sglyon closed this as completed Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants