-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 808 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 808 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
name = "ComplexMixturesGUI"
uuid = "132aa3ac-f260-4208-85da-5f307640ddfa"
version = "1.0.0-DEV"
authors = ["Leandro Martinez <lmartine@unicamp.br> and contributors"]
[deps]
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ComplexMixtures = "6f35c628-ac57-5bae-8ea9-703a8964f6e9"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[compat]
Bonito = "0.6, 1, 2, 3, 4"
CairoMakie = "0.12, 0.13"
ComplexMixtures = "2.17"
ImageMagick = "1.4.2"
PDBTools = "3.24.0"
Statistics = "1"
WGLMakie = "0.10, 0.11, 1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]