We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a05bce commit 819f1ebCopy full SHA for 819f1eb
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.3'
+ - '1.4'
21
- '1'
22
os:
23
- ubuntu-latest
Project.toml
@@ -11,7 +11,7 @@ MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f"
11
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
13
[compat]
14
-julia = "1.3"
15
Distributions = "0.25"
16
MLJBase = "0.18"
MLJTuning = "0.6"
+julia = "1.4"
0 commit comments