Skip to content

Commit 924145a

Browse files
authored
Merge pull request #12 from JuliaAI/standardize-docstrings
Update doc-strings to meet new standard
2 parents 6629619 + 9a3f54c commit 924145a

File tree

3 files changed

+537
-199
lines changed

3 files changed

+537
-199
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
[compat]
1212
DecisionTree = "0.10"
1313
MLJModelInterface = "^0.3,^0.4, 1.0"
14-
julia = "1"
14+
julia = "1.6"
1515

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

0 commit comments

Comments
 (0)