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 7ab0885 commit 1b79078Copy full SHA for 1b79078
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.3'
+ - '1.6'
21
- '1' # automatically expands to the latest stable 1.x release of Julia.
22
os:
23
- ubuntu-latest
Project.toml
@@ -18,7 +18,7 @@ MLJModelInterface = "1.4"
ScientificTypes = "2.2.2, 3"
ScientificTypesBase = "2.2.0, 3"
TextAnalysis = "0.7.3"
-julia = "1.3"
+julia = "1.6"
[extras]
24
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
0 commit comments