Skip to content

Commit 2c16e6f

Browse files
committed
Try again
1 parent dc6ca95 commit 2c16e6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Compat = "3.41, 4"
2121
CRlibm = "0.7, 0.8, 1"
2222
EnumX = "1"
2323
FastRounding = "0.2, 0.3"
24-
IntervalContractors = "0.4"
2524
Polynomials = ">= 1.0"
2625
RecipesBase = "1.0"
2726
RoundingEmulator = "0.2"
@@ -30,10 +29,9 @@ StaticArrays = "1.0"
3029
julia = "1.6"
3130

3231
[extras]
33-
IntervalContractors = "15111844-de3b-5229-b4ba-526f2f385dc9"
3432
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3533
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
3634
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3735

3836
[targets]
39-
test = ["IntervalContractors", "LinearAlgebra", "Test", "Polynomials"]
37+
test = ["LinearAlgebra", "Test", "Polynomials"]

0 commit comments

Comments
 (0)