-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
61 lines (57 loc) · 2.15 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
name = "EarthSciData"
uuid = "a293c155-435f-439d-9c11-a083b6b47337"
authors = ["EarthSciML Authors"]
version = "0.12.1"
[deps]
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
EarthSciMLBase = "e53f1632-a13c-4728-9402-0c66d48804b0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
AllocCheck = "0.2"
DataInterpolations = "3, 4, 5, 6"
DiffEqCallbacks = "2, 3, 4"
DifferentialEquations = "7"
DocStringExtensions = "0.9"
DomainSets = "0.7"
Downloads = "1"
DynamicQuantities = "0.13, 1"
EarthSciMLBase = "0.20"
Interpolations = "0.15"
LaTeXStrings = "1"
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
ModelingToolkit = "9"
NCDatasets = "0.13, 0.14"
ProgressMeter = "1"
Proj = "1"
SciMLBase = "2"
SciMLOperators = "0.3"
Scratch = "1"
Symbolics = "4, 5, 6"
julia = "1.6"
[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets", "DifferentialEquations", "DomainSets", "LaTeXStrings", "Random", "AllocCheck"]