Skip to content

Commit

Permalink
put minimum julia version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 21, 2021
1 parent e6c5c05 commit dcd8821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.1'
- '1.3'
- '1' # automatically expands to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MLJTuning = "0.6"
ProgressMeter = "1.1"
StatsBase = "0.32,0.33"
Tables = "0.2,1.0"
julia = "1.1"
julia = "1.3"

[extras]
NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
Expand Down

0 comments on commit dcd8821

Please sign in to comment.