Skip to content

Commit

Permalink
Merge 666e948 into 106eb96
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet committed Jun 3, 2019
2 parents 106eb96 + 666e948 commit 56bbc0a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
24 changes: 24 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "TaylorSeries"
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
repo = "https://github.com/JuliaDiff/TaylorSeries.jl.git"
version = "0.10.0"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
IntervalArithmetic = "≥ 0.15.0"
julia = "1"

[extras]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["IntervalArithmetic", "LinearAlgebra", "SparseArrays", "Test"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit 56bbc0a

Please sign in to comment.