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 72ba993 commit bf52151
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 @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1'
os:
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 @@ Combinatorics = "1.0"
Distances = "0.10"
NearestNeighbors = "<0.4.14"
OutlierDetectionInterface = "0.1, 0.2"
julia = "1"
julia = "1.6 - 1"

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

0 comments on commit bf52151

Please sign in to comment.