Skip to content

Commit 09b52a4

Browse files
yashvardhan747dpsanders
authored andcommitted
Adding Project.toml (#35)
* Adding Project.toml * few additions * Correct comment in NEWS.md
1 parent b364c38 commit 09b52a4

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# NEWS for IntervalOptimisation.jl
22

3+
## v0.4
4+
- Drop support for Julia 0.7
5+
36
## v0.3
47
- Drop support for Julia 0.6. The package is now fully compatible with Julia 1.0.
58

Project.toml

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

REQUIRE

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

0 commit comments

Comments
 (0)