-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (32 loc) · 1.01 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
name = "InversePlanning"
uuid = "facb9d63-df52-4171-badb-8da057957aa6"
authors = ["Xuan <tanqazx@gmail.com>"]
version = "0.1.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Gen = "ea4f424c-a589-11e8-07c0-fd5c91b9da4a"
GenParticleFilters = "56b76ac4-72ef-411e-b419-6d312ed86a6f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PDDL = "2c8894f9-daa1-498a-9e3a-26edd9623db8"
PDDLViz = "8f72e95f-8ea1-4af3-8b89-086f52abff52"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SymbolicPlanners = "b6fe5377-9711-4fad-95b0-be4eed71ecbb"
[compat]
DataStructures = "0.18"
DocStringExtensions = "0.8, 0.9"
Gen = "0.4.6"
GenParticleFilters = "0.2.1"
Makie = "0.19.5, 0.20"
PDDL = "0.2.17"
PDDLViz = "0.1.8"
Parameters = "0.12"
Random = "<0.0.1, 1"
SymbolicPlanners = "0.1.24"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]