Remove dep on jupyter meta-package (#34573)
This commit is contained in:
parent
f1b85bc653
commit
bd613b3124
@ -35,7 +35,7 @@ class RIrkernel(RPackage):
|
||||
depends_on("r-jsonlite@0.9.6:", type=("build", "run"))
|
||||
depends_on("r-uuid", type=("build", "run"))
|
||||
depends_on("r-digest", type=("build", "run"))
|
||||
depends_on("py-jupyter", type="run")
|
||||
depends_on("py-jupyter-client", type="run")
|
||||
|
||||
depends_on("r-evaluate@0.5.4:", type=("build", "run"), when="@0.7")
|
||||
depends_on("r-devtools", type=("build", "run"), when="@0.7")
|
||||
|
Loading…
Reference in New Issue
Block a user