Skip to content

Commit 071bebf

Browse files
committed
remove Combinatorics as a test dep, as it's not needed for this PR
1 parent 0eb79b1 commit 071bebf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
33
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
44
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
5-
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
65
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
76
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
87
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -27,7 +26,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2726
AbstractMCMC = "5"
2827
AbstractPPL = "0.7"
2928
Bijectors = "0.13"
30-
Combinatorics = "1"
3129
Compat = "4.3.0"
3230
Distributions = "0.25"
3331
DistributionsAD = "0.6.3"

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ using Random
2020
using Serialization
2121
using Test
2222

23-
using Combinatorics: combinations
24-
2523
using DynamicPPL: getargs_dottilde, getargs_tilde, Selector
2624

2725
const DIRECTORY_DynamicPPL = dirname(dirname(pathof(DynamicPPL)))

0 commit comments

Comments
 (0)