Skip to content

Commit

Permalink
Merge pull request #807 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
Bump MLJBase compat to make `Stack` available
  • Loading branch information
ablaom authored Jun 21, 2021
2 parents 5eb0d87 + dcd8821 commit 1db4f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.1'
- '1.3'
- '1' # automatically expands to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
CategoricalArrays = "0.8,0.9, 0.10"
ComputationalResources = "0.3"
Distributions = "0.21,0.22,0.23, 0.24, 0.25"
MLJBase = "0.18"
MLJBase = "0.18.10"
MLJEnsembles = "0.1"
MLJIteration = "0.3"
MLJModels = "0.14"
Expand All @@ -39,7 +39,7 @@ MLJTuning = "0.6"
ProgressMeter = "1.1"
StatsBase = "0.32,0.33"
Tables = "0.2,1.0"
julia = "1.1"
julia = "1.3"

[extras]
NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
Expand Down

0 comments on commit 1db4f14

Please sign in to comment.