-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathProject.toml
35 lines (31 loc) · 1019 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
27
28
29
30
31
32
33
34
35
name = "ShipMMG"
uuid = "37f2b0bf-0c13-4883-8808-e75eb56597e7"
authors = ["Taiga MITSUYUKI <[email protected]>"]
version = "0.0.7"
[deps]
AdvancedPS = "576499cb-2369-40b2-a588-c64705576edc"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[compat]
AdvancedPS = "^0.4"
Dierckx = "0.5"
DifferentialEquations = "^7"
Distributions = "^0.25"
ForwardDiff = "^0.10"
KernelDensity = "^0.6"
Libtask = "^0.8"
ParameterizedFunctions = "^5.12"
Parameters = "0.12"
Turing = "^0.24"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]