Skip to content

Commit

Permalink
restrict to julia 1.6 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
davnn committed Dec 27, 2023
1 parent c7457e7 commit ed9de77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1'
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 @@ -16,7 +16,7 @@ CategoricalArrays = "0.10"
Flux = "0.12, 0.13, 0.14"
IterTools = "1"
OutlierDetectionInterface = "0.1, 0.2"
julia = "1"
julia = "1.6 - 1"

[extras]
OutlierDetectionTest = "66620973-d34b-445b-a614-4040704cad69"
Expand Down

0 comments on commit ed9de77

Please sign in to comment.