Skip to content

Commit 83f58c9

Browse files
authored
Merge pull request #120 from alan-turing-institute/dev
For a 0.6.4 release
2 parents b2b9f0c + a5c2fd4 commit 83f58c9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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")'

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTuning"
22
uuid = "03970b2e-30c4-11ea-3135-d1576263f10f"
33
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
4-
version = "0.6.3"
4+
version = "0.6.4"
55

66
[deps]
77
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
@@ -18,7 +18,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1818
ComputationalResources = "^0.3"
1919
Distributions = "^0.22,^0.23,^0.24"
2020
LatinHypercubeSampling = "^1.7.2"
21-
MLJBase = "^0.17.7"
21+
MLJBase = "^0.17.7, ^0.18"
2222
MLJModelInterface = "^0.4.1"
2323
ProgressMeter = "^1.3"
2424
RecipesBase = "^0.8,^0.9,^1"

0 commit comments

Comments
 (0)