-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (29 loc) · 810 Bytes
/
Project.toml
File metadata and controls
35 lines (29 loc) · 810 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
26
27
28
29
30
31
32
33
34
35
name = "BiophysicalGeometry"
uuid = "06c61620-4f66-4020-a018-07befe374221"
authors = ["Michael Kearney, Rafael Schouten"]
version = "0.1.0"
[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
BiophysicalGeometryMakieExt = "Makie"
[compat]
Aqua = "0.8"
Makie = "0.24"
CSV = "0.10"
DataFrames = "1"
Roots = "2.2.7"
SafeTestsets = "0.1"
Test = "1"
Unitful = "1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Roots", "SafeTestsets", "Test"]