Skip to content

Commit

Permalink
Merge pull request #33 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.1.9 release
  • Loading branch information
ablaom authored Apr 21, 2021
2 parents 095e7a8 + 0f31239 commit 4390e94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- dev
push:
branches:
- master
- dev
tags: '*'
jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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"
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"
Expand Down

0 comments on commit 4390e94

Please sign in to comment.