Skip to content

Commit aa5b968

Browse files
author
CompatHelper Julia
committed
CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat)
1 parent 214e530 commit aa5b968

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Project.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,32 @@ uuid = "a108c475-a4e2-4021-9a84-cfa7df242f64"
33
authors = ["Thomas Wutzler <twutz@bgc-jena.mpg.de> and contributors"]
44
version = "1.0.0-DEV"
55

6-
[weakdeps]
7-
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
8-
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
9-
SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
10-
116
[deps]
127
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
138
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
149
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1510
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1611
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1712

13+
[weakdeps]
14+
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
15+
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
16+
SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
17+
18+
[extensions]
19+
HybridVariationalInferenceFluxExt = "Flux"
20+
HybridVariationalInferenceLuxExt = "Lux"
21+
HybridVariationalInferenceSimpleChainsExt = "SimpleChains"
22+
1823
[compat]
1924
Combinatorics = "1.0.2"
2025
ComponentArrays = "0.15.19"
2126
Flux = "v0.15.2"
2227
Lux = "1.4.2"
2328
Random = "1.10.0"
2429
SimpleChains = "0.4"
30+
StatsBase = "0.34"
2531
julia = "1.10"
2632

27-
[extensions]
28-
HybridVariationalInferenceSimpleChainsExt = "SimpleChains"
29-
HybridVariationalInferenceFluxExt = "Flux"
30-
HybridVariationalInferenceLuxExt = "Lux"
31-
3233
[workspace]
33-
projects = ["test", "docs"]
34+
projects = ["test", "docs"]

0 commit comments

Comments
 (0)