Skip to content

Commit 24fd3c3

Browse files
authored
Merge pull request #435 from JuliaReach/schillic/taylormodels
Add explicit TaylorModels dependency
2 parents 5b559e5 + 9e4080c commit 24fd3c3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ReachabilityAnalysis = "1e97bd63-91d1-579d-8e8d-501d2b57c93f"
1212
ReachabilityBase = "379f33d0-9447-4353-bd03-d664070e549f"
1313
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
15+
TaylorModels = "314ce334-5f6e-57ae-acf6-00b6e903104a"
1516

1617
[compat]
1718
CommonSolve = "0.1 - 0.2"
@@ -23,4 +24,5 @@ ReachabilityAnalysis = "0.14.5 - 0.28"
2324
ReachabilityBase = "0.2.1 - 0.3"
2425
Reexport = "0.2, 1"
2526
Requires = "0.5, 1"
27+
TaylorModels = "0.7 - 0.8"
2628
julia = "1.6"

src/init.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ using ReachabilityAnalysis: _check_dim, _get_tspan, _default_cpost, # NOTE: the
1818
ReachSolution, InitialValueProblem, numtype, post,
1919
AbstractContinuousPost, AbstractLazyReachSet,
2020
AbstractTaylorModelReachSet, zeroBox, symBox
21-
using ReachabilityAnalysis.TM: TaylorModel1, TaylorModelN, fp_rpa
22-
2321
using ReachabilityBase.Require: require
2422
using ReachabilityBase.Comparison: isapproxzero
23+
using TaylorModels: TaylorModel1, TaylorModelN, fp_rpa
2524

2625
using Parameters: @with_kw
2726

0 commit comments

Comments
 (0)