Skip to content

Commit 4ad688f

Browse files
committed
Add dependencies
1 parent 4f2ad66 commit 4ad688f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# Files generated by invoking Julia with --code-coverage
1+
my_notes.md
2+
3+
# MacOS files
24
*.DS_Store
5+
6+
# Jupyter files
37
*.ipynb_checkpoints
48

9+
# Files generated by invoking Julia with --code-coverage
510
*.jl.cov
611
*.jl.*.cov
712

Project.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ uuid = "462d7af4-98e5-4ce7-aadc-1f465a3a6705"
33
authors = ["Guillaume Gautier <[email protected]> and contributors"]
44
version = "0.1.0"
55

6+
[deps]
7+
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
8+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
9+
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
10+
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
11+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
13+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14+
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
15+
616
[compat]
7-
julia = "1"
17+
julia = ">= 1.5"
818

919
[extras]
1020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
File renamed without changes.

0 commit comments

Comments
 (0)