-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 1019 Bytes
/
Project.toml
File metadata and controls
34 lines (30 loc) · 1019 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
name = "BiochemicalVisualization"
uuid = "00dfb448-20af-4b14-a659-f3892fa4f701"
authors = ["Andreas Hildebrandt <andreas.hildebrandt@uni-mainz.de> and contributors"]
version = "0.3.1"
[deps]
BiochemicalAlgorithms = "9d651bdf-8945-47d1-9188-34e269d8f7b5"
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "0.8.14"
BiochemicalAlgorithms = "0.4.1, 0.5, 0.6"
Bonito = "3.2, 4"
Colors = "0.12, 0.13"
GeometryBasics = "0.4, 0.5"
LinearAlgebra = "1.10"
MsgPack = "1.2"
Statistics = "1.10"
Test = "1.10"
TestItemRunner = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "Test", "TestItemRunner"]