Skip to content

Commit 0d9ead6

Browse files
committed
Update version to 0.3 and deps
1 parent 49a92d4 commit 0d9ead6

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

Project.toml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TrajectoryOptimization"
22
uuid = "c79d492b-0548-5874-b488-5a62c1d9d0ca"
3-
version = "0.2.0"
3+
version = "0.3.0"
44

55
[deps]
66
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -13,34 +13,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1414

1515
[compat]
16-
BenchmarkTools = "0.4"
17-
Combinatorics = "1"
18-
CoordinateTransformations = "0.5,0.6"
19-
Distributions = "0.23"
2016
DocStringExtensions = "0.8"
21-
Documenter = "0.24"
22-
FFMPEG = "0.3"
23-
Formatting = "0.4"
2417
ForwardDiff = "0.10"
25-
Interpolations = "0.12"
26-
Ipopt = "0.6.0"
27-
IterTools = "1"
2818
MathOptInterface = "0.9"
29-
Parameters = "0.12"
30-
Quaternions = "0.4"
31-
RecipesBase = "1"
32-
Rotations = "0.13,1.0"
33-
StaticArrays = "0.12.3"
34-
StatsBase = "0.33"
19+
StaticArrays = "0.12"
3520
UnsafeArrays = "1"
36-
julia = "1.1.0"
37-
38-
[extras]
39-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
40-
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
41-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
42-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
43-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
44-
45-
[targets]
46-
test = ["LinearAlgebra", "SparseArrays", "Random", "Test", "Logging", "ForwardDiff"]

0 commit comments

Comments
 (0)