-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (44 loc) · 1.38 KB
/
Copy pathProject.toml
File metadata and controls
48 lines (44 loc) · 1.38 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
name = "SPHExample"
uuid = "49649ea8-6f54-4931-9342-0ba915f114f7"
version = "0.6.12"
[deps]
Bumper = "8ce10254-0962-460f-a3d8-1f77fea1446e"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FastPow = "c0e83750-1142-43a8-81cf-6c956b72b4d1"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
Bumper = "0.7.1"
CSV = "0.10.15"
Dates = "1.11"
FastPow = "0.1.0"
Format = "1.3.7"
HDF5 = "0.17.2"
InteractiveUtils = "1.10"
LinearAlgebra = "1.10"
Logging = "1.10"
LoggingExtras = "1.1.0"
Parameters = "0.12.3"
Printf = "1.10"
ProgressMeter = "1.11.0"
StaticArrays = "1.9.15"
StructArrays = "0.7.1"
TimerOutputs = "0.5.29"
UnicodePlots = "3.8.1"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]