Skip to content

Commit

Permalink
Update to support Julia 1.4, 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dillondaudert committed Aug 20, 2020
1 parent d6d7dd8 commit 489dca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- julia_version: 1.4
- julia_version: 1.5
- julia_version: nightly

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- osx

julia:
- 1.4
- 1.5
- nightly

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Arpack = "0.4"
Distances = "0.8, 0.9"
LsqFit = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
NearestNeighborDescent = "0.3"
julia = "1.3"
julia = "1.4, 1.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 489dca3

Please sign in to comment.