Skip to content

Commit

Permalink
PlutoRunner is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Jul 11, 2024
1 parent f7f2b46 commit 380b85f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JolinPluto"
uuid = "5b0b4ef8-f4e6-4363-b674-3f031f7b9530"
authors = ["Stephan Sahm <[email protected]> and contributors"]
version = "0.1.69"
version = "0.1.70"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Expand All @@ -22,7 +22,6 @@ AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
PlutoRunner = "dc6b355a-2368-4481-ae6d-ae0351418d79"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"

[extensions]
Expand All @@ -31,7 +30,6 @@ PlotsExt = "Plots"
PythonCallExt = "PythonCall"
RCallExt = "RCall"
CondaPkgExt = "CondaPkg"
PlutoRunnerPythonCallExt = ["PythonCall", "PlutoRunner"]

[compat]
julia = "1.7"
Expand Down
1 change: 1 addition & 0 deletions ext/CondaPkgExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ function __init__()
# while PythonCall does this by itself, RCall needs this manual help,
# which effects both plain Julia with RCall as well as PlutoR
CondaPkg.activate!(ENV)
@info "activated CondaPkg environment"
end
end
8 changes: 0 additions & 8 deletions ext/PlutoRunnerPythonCallExt.jl

This file was deleted.

0 comments on commit 380b85f

Please sign in to comment.