Skip to content

Commit 1e0dae8

Browse files
committed
Remove IntervalArithmetic dependency in favor of McCormick
1 parent 7924b6b commit 1e0dae8

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1212
DynamicBoundsBase = "890bb398-7f8e-4565-ac8e-279ab2833f68"
1313
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
1414
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
15-
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
1615
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1716
McCormick = "53c679d3-6890-5091-8386-c291e8c8aaa1"
1817
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"

src/StaticTaylorSeries/StaticTaylorSeries.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module StaticTaylorSeries
22

33
using Requires
4+
using McCormick # TODO: Remove if package
45

56
import Base: ==, +, -, *, /, ^
67

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env julia
2-
using Test, DynamicBoundspODEsDiscrete, IntervalArithmetic, DynamicBoundsBase,
2+
using Test, DynamicBoundspODEsDiscrete, McCormick, DynamicBoundsBase,
33
DataStructures
44
using DynamicBoundspODEsDiscrete.StaticTaylorSeries
55
using DiffResults: JacobianResult

0 commit comments

Comments
 (0)