File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,31 +3,31 @@ uuid = "a108c475-a4e2-4021-9a84-cfa7df242f64"
3
3
authors = [" Thomas Wutzler <twutz@bgc-jena.mpg.de> and contributors" ]
4
4
version = " 1.0.0-DEV"
5
5
6
- [weakdeps ]
7
- Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
8
- Lux = " b2108857-7c20-44ae-9111-449ecde12c47"
9
- SimpleChains = " de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
10
-
11
6
[deps ]
12
7
Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
13
8
ComponentArrays = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
14
9
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
10
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
16
11
StatsFuns = " 4c63d2b9-4356-54db-8cca-17b64c39e42c"
17
12
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
+
18
23
[compat ]
19
24
Combinatorics = " 1.0.2"
20
25
ComponentArrays = " 0.15.19"
21
- Flux = " v0.15.2"
26
+ Flux = " v0.15.2, 0.16 "
22
27
Lux = " 1.4.2"
23
28
Random = " 1.10.0"
24
29
SimpleChains = " 0.4"
25
30
julia = " 1.10"
26
31
27
- [extensions ]
28
- HybridVariationalInferenceSimpleChainsExt = " SimpleChains"
29
- HybridVariationalInferenceFluxExt = " Flux"
30
- HybridVariationalInferenceLuxExt = " Lux"
31
-
32
32
[workspace ]
33
- projects = [" test" , " docs" ]
33
+ projects = [" test" , " docs" ]
You can’t perform that action at this time.
0 commit comments