Skip to content

Commit b123738

Browse files
committed
remove Requires, bump min versions
1 parent a112298 commit b123738

2 files changed

Lines changed: 4 additions & 25 deletions

File tree

Project.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
1111
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
1212
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1313
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
14-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1514
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
1615
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1716

@@ -26,17 +25,16 @@ TwPrototypesCairoMakieExt = "CairoMakie"
2625
TwPrototypesMCMCChainsExt = "MCMCChains"
2726

2827
[compat]
29-
AlgebraOfGraphics = "0.6, 0.7, 0.8, 0.9, 0.10"
28+
AlgebraOfGraphics = "0.9.4, 0.10"
3029
CSV = "0.10.15"
31-
CairoMakie = "0.10, 0.11, 0.12, 0.13"
30+
CairoMakie = "0.13.2"
3231
ComponentArrays = "0.13, 0.14, 0.15"
3332
DataFrames = "1.4"
3433
InlineStrings = "1.4.4"
3534
KernelDensity = "0.6.10"
36-
MCMCChains = "6.0"
35+
MCMCChains = "6.0.7"
3736
Parameters = "0.12"
3837
Pkg = "1.10"
39-
Requires = "1.3"
4038
SimpleTraits = "0.9"
4139
StatsBase = "0.34.5"
4240
julia = "1.10"

src/TwPrototypes.jl

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,6 @@ include("util_slurm.jl")
4444
export downgrade_project
4545
include("version_util.jl")
4646

47-
if !isdefined(Base, :get_extension)
48-
using Requires
49-
end
5047

51-
@static if !isdefined(Base, :get_extension)
52-
function __init__()
53-
@require CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" begin
54-
include("../ext/TwPrototypesCairoMakieExt.jl")
55-
@require AlgebraOfGraphics = "cbdf2221-f076-402e-a563-3d30da359d67" begin
56-
include("../ext/TwPrototypesAoGExt.jl")
57-
end
58-
end
59-
@require MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" begin
60-
include("../ext/TwPrototypesMCMCChainsExt.jl")
61-
end
62-
end
63-
end
64-
65-
66-
67-
48+
6849
end # module

0 commit comments

Comments
 (0)