From af0695724274de59012a2b1df290b0831076c6f3 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 21 Apr 2021 13:15:29 +1200 Subject: [PATCH 1/2] bump compat for MLJModelInterface; bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9697db7..33c7115 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJScikitLearnInterface" uuid = "5ae90465-5518-4432-b9d2-8a1def2f0cab" authors = ["Thibaut Lienart, Anthony Blaom"] -version = "0.1.8" +version = "0.1.9" [deps] MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" @@ -9,7 +9,7 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" ScikitLearn = "3646fa90-6ef7-5e7e-9f22-8aca16db6324" [compat] -MLJModelInterface = "0.3.6,0.4" +MLJModelInterface = "0.3.6,0.4,1" PyCall = "1" ScikitLearn = "0.5,0.6" julia = "1" From f351669e104ef941277abce77002d1291ad8eb78 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 21 Apr 2021 13:27:40 +1200 Subject: [PATCH 2/2] add PRs to dev to ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49e0a18..008452e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,11 @@ on: pull_request: branches: - master + - dev push: branches: - master + - dev tags: '*' jobs: test: