Hi, >That's not surprising : the bot takes the ipython in unstable and not the one >in experimental! Notice that the dep on ipython is indirect, so
>I don't know which package needs a versioned dep :-/ I would wild guess: reverse-depends -r experimental -b ipython Reverse-Build-Depends-Indep =========================== * nova Reverse-Build-Depends ===================== * jupyter-client * jupyter-core locutus@Unimatrix04-Xenial:/tmp $ reverse-depends -r experimental ipython Reverse-Depends =============== * python-caffe-cpu [s390x] * python-ipykernel Packages without architectures listed are reverse-dependencies in: amd64, arm64, armel, armhf, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x so, ipykernel seems a good candidate. what do you think about? you might enforce a version in setup.py "'ipython>=4.0.0'," and let the magic do the other stuff. what do you think about? G.