We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c9ccd commit b38eddbCopy full SHA for b38eddb
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
+ - '1.6'
21
- '1.10'
22
- '1'
23
os:
Project.toml
@@ -49,7 +49,7 @@ StatisticalTraits = "3"
49
Statistics = "<0.0.1, 1"
50
StatsBase = "0.32,0.33, 0.34"
51
Tables = "0.2,1.0"
52
-julia = "1.10"
+julia = "1.6"
53
54
[extras]
55
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
0 commit comments