Skip to content

Commit bf7081e

Browse files
committed
Add CSV and DataFrames for saving solution
1 parent 7052a02 commit bf7081e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ version = "0.4.0"
77
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
88
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
99
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
10+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
11+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1012
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
1113
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1214
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -43,7 +45,9 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4345
Calculus = "0.4,0.5"
4446
Colors = "0.11,0.12"
4547
Conda = "1"
46-
DiffEqSensitivity = "^6"
48+
CSV = "0"
49+
DataFrames = "1"
50+
DiffEqSensitivity = "6"
4751
ForwardDiff = "0.10"
4852
Images = "0.24"
4953
IncompleteLU = "0.2"

0 commit comments

Comments
 (0)