File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
version :
14
- - ' 1.7 '
14
+ - ' 1.8 '
15
15
- ' nightly'
16
16
os :
17
17
- ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name = " IntervalArithmetic"
2
2
uuid = " d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
3
3
repo = " https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
4
- version = " 0.20.10 "
4
+ version = " 0.21.0 "
5
5
6
6
[deps ]
7
7
CRlibm = " 96374032-68de-5a5b-8d9e-752f78720389"
@@ -23,4 +23,4 @@ RecipesBase = "1.0"
23
23
RoundingEmulator = " 0.2"
24
24
SetRounding = " 0.2"
25
25
StaticArrays = " 1.0"
26
- julia = " 1.7 "
26
+ julia = " 1.8 "
Original file line number Diff line number Diff line change 1
1
[deps ]
2
- IntervalContractors = " 15111844-de3b-5229-b4ba-526f2f385dc9"
3
2
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4
3
Polynomials = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
5
4
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ include("libieeep1788_set.jl")
17
17
include (" mpfi.jl" )
18
18
19
19
# Need to adapt IntervalContractors for the following
20
- using IntervalContractors
21
-
22
- include (" abs_rev.jl" )
23
-
20
+ # using IntervalContractors
21
+ # include("abs_rev.jl")
24
22
# Need to be regenerated to be compatible with the latest version
25
23
# include("libieeep1788_rev.jl")
26
24
# include("libieeep1788_mul_rev.jl")
You can’t perform that action at this time.
0 commit comments