-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
43 lines (39 loc) · 1.32 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
name = "PALEOcopse"
uuid = "4a6ed817-0e58-48c6-8452-9e9afc8cb508"
authors = ["sd336 "]
version = "0.4.11"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
PALEOboxes = "804b410e-d900-4b2a-9ecd-f5a06d4c1fd4"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
[compat]
DataFrames = "1.1"
Documenter = "1"
Infiltrator = "1.0"
Interpolations = "0.14.2, 0.15"
MAT = "0.10"
PALEOboxes = "0.21.18, 0.22"
PALEOmodel = "0.15.44, 0.16"
Plots = "1.0"
PrecompileTools = "1.0"
Roots = "1.0, 2.0"
TestEnv = "1.0"
XLSX = "0.7, 0.8, 0.9, 0.10"
julia = "1.9"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
PALEOmodel = "bf7b4fbe-ccb1-42c5-83c2-e6e9378b660c"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "Documenter", "Logging", "NBInclude", "PALEOmodel", "Plots", "Test"]