File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
version :
14
14
- ' 1.6'
15
- - ' 1'
16
15
- ' nightly'
17
16
os :
18
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.6 "
4
+ version = " 1.0.0 "
5
5
6
6
[deps ]
7
7
CRlibm = " 96374032-68de-5a5b-8d9e-752f78720389"
8
+ Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
8
9
EnumX = " 4e289a0a-7415-4d19-859d-a7e5c4648b56"
9
10
FastRounding = " fa42c844-2597-5d31-933b-ebd51ab2693f"
10
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -16,6 +17,7 @@ SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
16
17
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
17
18
18
19
[compat ]
20
+ Compat = " 3.41, 4"
19
21
CRlibm = " 0.7, 0.8, 1"
20
22
EnumX = " 1"
21
23
FastRounding = " 0.2, 0.3"
@@ -25,7 +27,7 @@ RecipesBase = "1.0"
25
27
RoundingEmulator = " 0.2"
26
28
SetRounding = " 0.2"
27
29
StaticArrays = " 1.0"
28
- julia = " 1.5 "
30
+ julia = " 1.6 "
29
31
30
32
[extras ]
31
33
IntervalContractors = " 15111844-de3b-5229-b4ba-526f2f385dc9"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import CRlibm
6
6
import FastRounding
7
7
import RoundingEmulator
8
8
9
+ using Compat
9
10
using LinearAlgebra
10
11
using Markdown
11
12
using StaticArrays
You can’t perform that action at this time.
0 commit comments