Skip to content

Commit daff7da

Browse files
authored
Merge pull request #56 from JuliaAI/compathelper/new_version/2023-05-07-22-11-08-795-4262653782
CompatHelper: bump compat for "FillArrays" to "1.0"
2 parents 5400a61 + 683a052 commit daff7da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.3'
20+
- '1.6'
2121
- '1'
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616

1717
[compat]
1818
Distances = "^0.9, ^0.10"
19-
FillArrays = "^0.9, ^0.10, ^0.11, 0.12, 0.13"
19+
FillArrays = "^0.9, ^0.10, ^0.11, 0.12, 0.13, 1.0"
2020
MLJModelInterface = "1.4"
2121
NearestNeighbors = "^0.4"
22-
StatsBase = "^0.33, 0.34"
22+
StatsBase = "0.33, 0.34"
2323
Tables = "^1.2"
24-
julia = "1.3"
24+
julia = "1.6"
2525

2626
[extras]
2727
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

0 commit comments

Comments
 (0)