Skip to content

Commit

Permalink
Adding Project.toml (#35)
Browse files Browse the repository at this point in the history
* Adding Project.toml

* few additions

* Correct comment in NEWS.md
  • Loading branch information
yashvardhan747 authored and dpsanders committed Jun 4, 2019
1 parent b364c38 commit 09b52a4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# NEWS for IntervalOptimisation.jl

## v0.4
- Drop support for Julia 0.7

## v0.3
- Drop support for Julia 0.6. The package is now fully compatible with Julia 1.0.

Expand Down
24 changes: 24 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "IntervalOptimisation"
uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2"
version = "0.4.0"

[compat]
DataStructures = "≥ 0.9.0"
ForwardDiff = "≥ 0.8.0"
IntervalArithmetic = "≥ 0.15.0"
IntervalConstraintProgramming = "≥ 0.9.0"
IntervalRootFinding = "≥ 0.4.0"
julia = "≥ 1.0.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
IntervalConstraintProgramming = "138f1668-1576-5ad7-91b9-7425abbf3153"
IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
7 changes: 0 additions & 7 deletions REQUIRE

This file was deleted.

1 comment on commit 09b52a4

@dpsanders
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

Please sign in to comment.