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