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 109e3df commit 055e84bCopy full SHA for 055e84b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.6'
+ - '1.10'
21
- '1' # automatically expands to the latest stable 1.x release of Julia.
22
os:
23
- ubuntu-latest
Project.toml
@@ -18,7 +18,7 @@ MLJTestInterface = "0.2.4"
NearestNeighborModels = "0.2"
Pkg = "<0.0.1, 1"
Test = "<0.0.1, 1"
-julia = "1.6"
+julia = "1.10"
[extras]
24
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
0 commit comments