Skip to content

Commit 27a535e

Browse files
committed
Bump julia dep
1 parent 939d25b commit 27a535e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.6'
14+
- '1.7'
1515
- 'nightly'
1616
os:
1717
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.20.10"
55

66
[deps]
77
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
8-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
98
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
109
FastRounding = "fa42c844-2597-5d31-933b-ebd51ab2693f"
1110
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -17,13 +16,11 @@ SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
1716
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1817

1918
[compat]
20-
Compat = "3.41, 4"
2119
CRlibm = "0.7, 0.8, 1"
2220
EnumX = "1"
2321
FastRounding = "0.2, 0.3"
2422
RecipesBase = "1.0"
2523
RoundingEmulator = "0.2"
2624
SetRounding = "0.2"
2725
StaticArrays = "1.0"
28-
julia = "1.6"
29-
26+
julia = "1.7"

src/IntervalArithmetic.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import CRlibm
66
import FastRounding
77
import RoundingEmulator
88

9-
using Compat
109
using LinearAlgebra
1110
using Markdown
1211
using StaticArrays

0 commit comments

Comments
 (0)