-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (27 loc) · 920 Bytes
/
Project.toml
File metadata and controls
29 lines (27 loc) · 920 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 = "EcoNetPlot"
uuid = "cb759ccd-645c-4f60-9a03-02ab6c6b6960"
authors = ["Ismaël Lajaaiti <ismael.lajaaiti@gmail.com>"]
version = "0.1.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EcologicalNetworksDynamics = "2fd9189a-c387-4076-88b7-22b33b5a4388"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"
[compat]
CSV = "0.10.15"
CairoMakie = "0.15.3"
DataFrames = "1.8.0"
EcologicalNetworksDynamics = "0.3.0"
GraphMakie = "0.6.0"
Graphs = "1.13.0"
LinearAlgebra = "1.10"
Serialization = "1.11.0"
Statistics = "1.10"
UMAP = "0.1.11"
julia = "1.10"