Skip to content

Commit 4d57ca5

Browse files
committed
Add package Pkg
1 parent f532fe7 commit 4d57ca5

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

test/Project.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
[deps]
2-
VortexStepMethod = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
32
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
43
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
54
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
6-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
85
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
96
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
7+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
8+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
109
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
1110
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1211
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
12+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1515
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18+
VortexStepMethod = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
1819
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1920

21+
[sources]
22+
VortexStepMethod = {path = ".."}
23+
2024
[compat]
2125
Aqua = "0.8"
2226
BenchmarkTools = "1"
2327
CSV = "0.10"
24-
DataFrames = "1.7"
25-
Documenter = "1.8"
2628
CairoMakie = "0"
2729
ControlPlots = "0.2.5"
30+
DataFrames = "1.7"
31+
Documenter = "1.8"
2832
Interpolations = "0.15, 0.16"
2933
LinearAlgebra = "1"
3034
Logging = "1"
@@ -34,6 +38,3 @@ StaticArrays = "1"
3438
Statistics = "1"
3539
Test = "1"
3640
YAML = "0.4.13"
37-
38-
[sources]
39-
VortexStepMethod = {path = ".."}

0 commit comments

Comments
 (0)