Skip to content

Commit 9310e27

Browse files
committed
Bump min Julia to 1.10
1 parent 4c72333 commit 9310e27

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Distributions = "0.25"
2727
JSON = "0.19 - 0.21"
2828
Random = "1.6"
2929
StatsBase = "0.32, 0.33, 0.34"
30-
julia = "~1.6.6, 1.7.3"
30+
julia = "1.10"

ext/AbstractPPLDistributionsExt.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
module AbstractPPLDistributionsExt
22

3-
if isdefined(Base, :get_extension)
4-
using AbstractPPL: AbstractPPL, VarName, Accessors
5-
using Distributions: Distributions
6-
else
7-
using ..AbstractPPL: AbstractPPL, VarName, Accessors
8-
using ..Distributions: Distributions
9-
end
3+
using AbstractPPL: AbstractPPL, VarName, Accessors
4+
using Distributions: Distributions
105

116
# TODO(penelopeysm): Figure out tuple / namedtuple distributions, and LKJCholesky (grr)
127
function AbstractPPL.hasvalue(

0 commit comments

Comments
 (0)