-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
43 lines (37 loc) · 1.33 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 = "AtmosphericDeposition"
uuid = "1a52f20c-0d16-41d8-a00a-b2996d86a462"
authors = ["EarthSciML authors and contributors"]
version = "0.2.1"
[deps]
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
EarthSciMLBase = "e53f1632-a13c-4728-9402-0c66d48804b0"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
[weakdeps]
EarthSciData = "a293c155-435f-439d-9c11-a083b6b47337"
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"
[extensions]
EarthSciDataExt = "EarthSciData"
GasChemExt = "GasChem"
[compat]
DifferentialEquations = "7"
EarthSciData = "0.10"
EarthSciMLBase = "0.19"
GasChem = "0.7"
ModelingToolkit = "9"
SafeTestsets = "0.1"
StaticArrays = "1"
julia = "1"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EarthSciData = "a293c155-435f-439d-9c11-a083b6b47337"
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets", "GasChem", "Dates", "EarthSciData"]