Skip to content

Commit

Permalink
Bump julia dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolaru committed Jul 24, 2023
1 parent 939d25b commit 27a535e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- 'nightly'
os:
- ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.20.10"

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

[compat]
Compat = "3.41, 4"
CRlibm = "0.7, 0.8, 1"
EnumX = "1"
FastRounding = "0.2, 0.3"
RecipesBase = "1.0"
RoundingEmulator = "0.2"
SetRounding = "0.2"
StaticArrays = "1.0"
julia = "1.6"

julia = "1.7"
1 change: 0 additions & 1 deletion src/IntervalArithmetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import CRlibm
import FastRounding
import RoundingEmulator

using Compat
using LinearAlgebra
using Markdown
using StaticArrays
Expand Down

0 comments on commit 27a535e

Please sign in to comment.