-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
26 lines (24 loc) · 897 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name = "MixtureDensityNetworks"
uuid = "521d8788-cab4-41cb-a05a-da376f16ad79"
authors = ["Joshua Billson"]
version = "0.3.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
[compat]
Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
Flux = "0.14"
MLJModelInterface = "1"
Pipe = "1.3"
ProgressLogging = "0.1"
TerminalLoggers = "0.1"
julia = "1.9"