-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
23 lines (19 loc) · 729 Bytes
/
Project.toml
File metadata and controls
23 lines (19 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name = "CirculatorySystemModels"
uuid = "4211d73e-f4e8-40c4-b600-92e4b82f0e1a"
authors = ["Torsten Schenkel <t.schenkel@shu.ac.uk>, Harry Saxton <harry.saxton@student.shu.ac.uk> and contributors"]
version = "0.5.0"
[deps]
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
[compat]
CSV = "0.10"
DataFrames = "1"
ModelingToolkit = "10"
julia = "1.10"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "DataFrames", "OrdinaryDiffEqTsit5", "OrdinaryDiffEqVerner", "Test"]