We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2568df commit d151e95Copy full SHA for d151e95
.github/workflows/CI.yml
@@ -25,8 +25,8 @@ jobs:
25
- Core
26
version:
27
- '1'
28
- - '1.9'
29
- '1.10'
+ - '1.11'
30
steps:
31
- uses: actions/checkout@v4
32
- uses: julia-actions/setup-julia@v2
Project.toml
@@ -1,6 +1,6 @@
1
name = "KSVD"
2
uuid = "778123d0-3295-4563-8004-fb5c576fbcd9"
3
-version = "1.8.1"
+version = "1.9.0"
4
5
[deps]
6
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -37,7 +37,7 @@ SparseArrays = "1.9"
37
StatsBase = "0.30 - 0.35"
38
ThreadedDenseSparseMul = "0.4, 0.5"
39
TimerOutputs = "0.5"
40
-julia = "1.9"
+julia = "1.10"
41
42
[extras]
43
ReTest = "e0db7c4e-2690-44b9-bad6-7687da720f89"
0 commit comments