forked from EarthSciML/GasChem.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
42 lines (36 loc) · 1.24 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
name = "GasChem"
uuid = "58070593-4751-4c87-a5d1-63807d11d76c"
authors = ["EarthSciML authors and contributors"]
version = "0.7.5"
[deps]
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
EarthSciMLBase = "e53f1632-a13c-4728-9402-0c66d48804b0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
EarthSciData = "a293c155-435f-439d-9c11-a083b6b47337"
[extensions]
EarthSciDataExt = "EarthSciData"
[compat]
AllocCheck = "0.2"
Catalyst = "14"
DifferentialEquations = "7"
DynamicQuantities = "0.13"
EarthSciData = "0.11"
EarthSciMLBase = "0.20"
Interpolations = "0.14, 0.15"
ModelingToolkit = "9"
SafeTestsets = "0.0.1, 0.1"
StaticArrays = "1"
julia = "1"
[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
EarthSciData = "a293c155-435f-439d-9c11-a083b6b47337"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AllocCheck", "Test", "SafeTestsets", "DifferentialEquations", "EarthSciData"]