Skip to content

Commit 9fe0bc4

Browse files
authored
Add missing dependencies to Project.toml and remove REQUIRE (#299)
* Add missing dependencies to Project.toml and remove REQUIRE * Update version number for a new minor patch
1 parent 7a56e06 commit 9fe0bc4

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Project.toml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
name = "IntervalArithmetic"
22
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
3-
4-
[compat]
5-
CRlibm = "≥ 0.7.0"
6-
StaticArrays = "≥ 0.8.0"
7-
FastRounding = "≥ 0.1.2"
8-
SetRounding = "≥ 0.2.0"
9-
RecipesBase = "≥ 0.5.0"
10-
julia = "≥ 1.1.0"
3+
repo = "https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
4+
version = "0.16.0"
115

126
[deps]
137
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
148
FastRounding = "fa42c844-2597-5d31-933b-ebd51ab2693f"
9+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10+
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1511
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1612
SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
1713
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1814

15+
[compat]
16+
CRlibm = "≥ 0.7.0"
17+
FastRounding = "≥ 0.1.2"
18+
Polynomials = "≥ 0.1.0"
19+
RecipesBase = "≥ 0.5.0"
20+
SetRounding = "≥ 0.2.0"
21+
StaticArrays = "≥ 0.8.0"
22+
julia = "≥ 1.1.0"
23+
1924
[extras]
25+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
26+
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
2027
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2128

2229
[targets]
23-
test = ["Test"]
30+
test = ["LinearAlgebra", "Test", "Polynomials"]

REQUIRE

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

0 commit comments

Comments
 (0)