-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
33 lines (31 loc) · 1.22 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
name = "LiftedTrajectoryGames"
uuid = "f0ea6279-6eb1-4d7a-a045-07bc2fa39d95"
authors = ["David Fridovich-Keil<[email protected]>", "Forrest Laine<[email protected]>", "Lasse Peters<[email protected]>"]
version = "0.1.2"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DifferentiableTrajectoryOptimization = "86fad55d-71c6-41a1-96ed-88d107dcd2ba"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
ParameterSchedulers = "d7d3b36b-41b8-4d0d-a2bf-768c6151755e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorGames = "dad72d94-522a-402a-84d3-a630e8ffd4d6"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
TrajectoryGamesBase = "ac1ac542-73eb-4349-ae1b-660ab3609574"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ChainRulesCore = "1.11.4"
DifferentiableTrajectoryOptimization = "0.2.0"
Flux = "0.13"
ForwardDiff = "0.10"
Makie = "0.17, 0.18, 0.19"
ParameterSchedulers = "0.3"
StatsBase = "0.33, 0.34"
TensorGames = "0.3.5"
ThreadsX = "0.1"
TrajectoryGamesBase = "0.3"
Zygote = "0.6.40"
julia = "1.7"