-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 736 Bytes
/
Copy pathProject.toml
File metadata and controls
25 lines (21 loc) · 736 Bytes
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
name = "Inflation"
uuid = "26c40974-d950-404b-9a11-5d905ddfac0b"
authors = ["Robert Rosati"]
version = "0.1.0"
[deps]
CurveFit = "5a033b19-8c74-5913-a970-47c3779ef25c"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ODEInterfaceDiffEq = "09606e27-ecf5-54fc-bb29-004bd9f985bf"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
[compat]
julia = "1"
SymPy = "1.0.37"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]