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 466d750 commit 18e111eCopy full SHA for 18e111e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.0'
+ - '1.6'
21
- '1'
22
os:
23
- ubuntu-latest
Project.toml
@@ -13,9 +13,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
13
[compat]
14
Distances = "^0.9,^0.10"
15
MLJModelInterface = "^0.3.5,^0.4, 1.0"
16
-MultivariateStats = "0.9.1"
+MultivariateStats = "0.9"
StatsBase = "0.32, 0.33"
-julia = "1.1"
+julia = "1.6"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
0 commit comments