Merge branch 'develop' into f/env-location

This commit is contained in:
psakievich 2022-12-19 17:02:19 -07:00 committed by GitHub
commit a35d2f39af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")