Skip to content

Commit 7d2ef12

Browse files
committed
Fix incorrect minimum bounds
1 parent 66020f6 commit 7d2ef12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ AdvancedPSLibtaskExt = "Libtask"
2222
AbstractMCMC = "2, 3, 4, 5"
2323
Distributions = "0.23, 0.24, 0.25"
2424
Libtask = "0.8"
25-
Random = "1.6"
25+
Random = "<0.0.1, 1"
2626
Random123 = "1.3"
2727
Requires = "1.0"
2828
StatsFuns = "0.9, 1"
2929
SSMProblems = "0.1"
30-
julia = "1.6"
30+
julia = "1.7"
3131

3232
[extras]
3333
Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"

0 commit comments

Comments
 (0)