Skip to content

Commit 5fac426

Browse files
authored
Merge pull request #28 from JuliaAI/dev
For a 0.2.3 release
2 parents 8ffffdf + e40c1d7 commit 5fac426

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
@@ -51,7 +51,7 @@ jobs:
5151
@info read(`ls -al $src`, String)
5252
end
5353
'
54-
- uses: actions/cache@v1
54+
- uses: julia-actions/cache@v1
5555
env:
5656
cache-name: cache-artifacts
5757
with:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FeatureSelection"
22
uuid = "33837fe5-dbff-4c9e-8c2f-c5612fe2b8b6"
33
authors = ["Anthony D. Blaom <[email protected]>", "Samuel Okon <[email protected]"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
@@ -19,7 +19,7 @@ MLJScikitLearnInterface = "0.6"
1919
MLJModelInterface = "1.10"
2020
ScientificTypesBase = "3"
2121
StableRNGs = "1"
22-
StatisticalMeasures = "0.1"
22+
StatisticalMeasures = "0.1, 0.2"
2323
Tables = "1.2"
2424
Test = "1.6"
2525

0 commit comments

Comments
 (0)