Skip to content

Commit d151e95

Browse files
committed
deps: Drop support for Julia < 1.10.
1 parent f2568df commit d151e95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- Core
2626
version:
2727
- '1'
28-
- '1.9'
2928
- '1.10'
29+
- '1.11'
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: julia-actions/setup-julia@v2

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "KSVD"
22
uuid = "778123d0-3295-4563-8004-fb5c576fbcd9"
3-
version = "1.8.1"
3+
version = "1.9.0"
44

55
[deps]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -37,7 +37,7 @@ SparseArrays = "1.9"
3737
StatsBase = "0.30 - 0.35"
3838
ThreadedDenseSparseMul = "0.4, 0.5"
3939
TimerOutputs = "0.5"
40-
julia = "1.9"
40+
julia = "1.10"
4141

4242
[extras]
4343
ReTest = "e0db7c4e-2690-44b9-bad6-7687da720f89"

0 commit comments

Comments
 (0)