-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
52 lines (50 loc) · 1.78 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name = "PDFEstimators"
uuid = "4d826980-ec0a-4f65-a989-f1052e211ebd"
authors = ["Hossein Pourbozorg <prbzrg@gmail.com> and contributors"]
version = "0.1.0"
[deps]
AverageShiftedHistograms = "77b51b56-6f8f-5c3a-9cb4-d71f9594ea6e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationPolyalgorithms = "500b13db-7e66-49ce-bda4-eed966be6282"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
AverageShiftedHistograms = "0.8"
CUDA = "5"
ComputationalResources = "0.3"
DataFrames = "1"
DiffEqFlux = "2"
DifferentialEquations = "7"
Distances = "0.10"
Distributions = "0.25"
Flux = "0.14"
KernelDensity = "0.6"
MLJBase = "1"
MLJFlux = "0.4"
MLJModelInterface = "1"
ModelingToolkit = "8"
Optimization = "3"
OptimizationPolyalgorithms = "0.1"
Parameters = "0.12"
SciMLBase = "1, 2"
ScientificTypes = "3"
Statistics = "1"
Zygote = "0.6"
julia = "1.6"