File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : CompatHelper
2
+ on :
3
+ schedule :
4
+ - cron : ' 00 00 * * *'
5
+ workflow_dispatch :
6
+ jobs :
7
+ CompatHelper :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - name : Pkg.add("CompatHelper")
11
+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
+ - name : CompatHelper.main()
13
+ env :
14
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
+ COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16
+ run : julia -e 'using CompatHelper; CompatHelper.main(; master_branch = "dev")'
Original file line number Diff line number Diff line change 1
1
name = " MLJTuning"
2
2
uuid = " 03970b2e-30c4-11ea-3135-d1576263f10f"
3
3
authors = [" Anthony D. Blaom <anthony.blaom@gmail.com>" ]
4
- version = " 0.6.3 "
4
+ version = " 0.6.4 "
5
5
6
6
[deps ]
7
7
ComputationalResources = " ed09eef8-17a6-5b46-8889-db040fac31e3"
@@ -18,7 +18,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
18
18
ComputationalResources = " ^0.3"
19
19
Distributions = " ^0.22,^0.23,^0.24"
20
20
LatinHypercubeSampling = " ^1.7.2"
21
- MLJBase = " ^0.17.7"
21
+ MLJBase = " ^0.17.7, ^0.18 "
22
22
MLJModelInterface = " ^0.4.1"
23
23
ProgressMeter = " ^1.3"
24
24
RecipesBase = " ^0.8,^0.9,^1"
You can’t perform that action at this time.
0 commit comments