Skip to content

Commit 9a3f54c

Browse files
committed
Merge branch 'dev' into standardize-docstrings
2 parents e687ec4 + 0863176 commit 9a3f54c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.0'
18+
- '1.6'
1919
- '1'
2020
- 'nightly'
2121
os:

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010

1111
[compat]
1212
DecisionTree = "0.10"
13-
julia = "1"
13+
MLJModelInterface = "^0.3,^0.4, 1.0"
14+
julia = "1.6"
1415

1516
[extras]
1617
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

0 commit comments

Comments
 (0)