-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (28 loc) · 990 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
name = "LyceumMuJoCo"
uuid = "48b9757e-04b8-4dbf-b6ed-75c13d9e4026"
authors = ["Colin Summers", "The Contributors of LyceumMuJoCo"]
version = "0.3.0-DEV"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LyceumBase = "db31fed1-ca1e-4084-8a49-12fae1996a55"
MuJoCo = "93189219-7048-461c-94ec-443a161ed927"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Shapes = "175de200-b73b-11e9-28b7-9b5b306cec37"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
[compat]
Distances = "0.8"
Distributions = "0.22"
DocStringExtensions = "0.8"
LyceumBase = "0.3"
MuJoCo = "0.3"
Reexport = "0.2"
Shapes = "0.3"
StaticArrays = "0.12"
UnsafeArrays = "1"
julia = "1.3"