Skip to content

Commit 946a7ff

Browse files
authored
Project toml (#17)
* manifest * rem require * compatible Project toml * update travis
1 parent fe0cfa7 commit 946a7ff

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.jl.*.cov
33
*.jl.mem
44
docs/build
5+
Manifest.toml

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
87
- 1.0
8+
- 1.2
99
- nightly
1010

1111
matrix:

Project.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "LightGraphsMatching"
2+
uuid = "e2bbde1f-9811-4914-b1d4-c88a7088c08f"
3+
authors = ["Mathieu Besançon <[email protected]>"]
4+
version = "0.1.0"
5+
6+
[deps]
7+
BlossomV = "6c721016-9dae-5d90-abf6-67daaccb2332"
8+
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39"
9+
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
10+
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
11+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12+
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
13+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
14+
15+
[compat]
16+
BlossomV = "0.4"
17+
Hungarian = "0.4"
18+
JuMP = "0.18"
19+
LightGraphs = "1.2"
20+
julia = "1"
21+
22+
[extras]
23+
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
24+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
25+
26+
[targets]
27+
test = ["Test", "Cbc"]

REQUIRE

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)