Skip to content

Commit 67f1f94

Browse files
Adding Project.toml
1 parent b364c38 commit 67f1f94

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Project.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "IntervalOptimisation"
2+
uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2"
3+
4+
[compat]
5+
DataStructures = "≥ 0.9.0"
6+
ForwardDiff = "≥ 0.8.0"
7+
IntervalArithmetic = "≥ 0.15.0"
8+
IntervalConstraintProgramming = "≥ 0.9.0"
9+
IntervalRootFinding = "≥ 0.4.0"
10+
julia = "≥ 0.7.0"
11+
12+
[deps]
13+
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
14+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
15+
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
16+
IntervalConstraintProgramming = "138f1668-1576-5ad7-91b9-7425abbf3153"
17+
IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
18+
19+
[extras]
20+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21+
22+
[targets]
23+
test = ["Test"]

0 commit comments

Comments
 (0)