-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
62 lines (58 loc) · 2.11 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name = "PALEOocean"
uuid = "41de04b1-2efd-44ae-92ae-39d71a4fd99b"
authors = ["sd336 "]
version = "0.4.9"
[deps]
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PALEOaqchem = "673cec3b-17d1-411f-9fcd-71c01c593120"
PALEOboxes = "804b410e-d900-4b2a-9ecd-f5a06d4c1fd4"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
[compat]
DataFrames = "1.0"
DiffEqBase = "6.0"
Documenter = "0.27, 1"
Downloads = "1.6"
Infiltrator = "1"
Interpolations = "0.13, 0.14, 0.15"
MAT = "0.10.4"
NCDatasets = "0.14.2"
PALEOaqchem = "0.3.12"
PALEOboxes = "0.20.4, 0.21, 0.22"
PALEOcopse = "0.4.10"
PALEOmodel = "0.15.44, 0.16"
Plots = "1.38"
Preferences = "1.3"
SIMD = "3.4"
SnoopPrecompile = "1.0"
SparseDiffTools = "2.0"
SpecialFunctions = "1.0, 2.0"
Sundials = "4.0"
TestEnv = "1.0"
ZipFile = "0.10"
julia = "1.6"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PALEOcopse = "4a6ed817-0e58-48c6-8452-9e9afc8cb508"
PALEOmodel = "bf7b4fbe-ccb1-42c5-83c2-e6e9378b660c"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[targets]
test = ["DataFrames", "DiffEqBase", "Documenter", "Downloads", "Logging", "PALEOcopse", "PALEOmodel", "Plots", "Sundials", "SparseDiffTools", "Test", "ZipFile"]