Skip to content

Commit

Permalink
Start supporting Julia 1.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Feb 7, 2024
1 parent 0e68598 commit 7c8ca45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

Expand Down
5 changes: 5 additions & 0 deletions src/EinExprs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ include("Optimizers/Optimizers.jl")
export Optimizer, einexpr
export Exhaustive, Greedy, HyPar

using PackageExtensionCompat
function __init__()
@require_extensions
end

end

0 comments on commit 7c8ca45

Please sign in to comment.