Skip to content

Commit 2f917e0

Browse files
committed
Support Julia 1.6.
1 parent 1f5abea commit 2f917e0

34 files changed

+321
-316
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.4'
18+
# - '1.5'
1919
- '1'
2020
- 'nightly'
2121
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1616
[compat]
1717
ArrayInterface = "2.14"
1818
DocStringExtensions = "0.8"
19-
IfElse = "0"
19+
IfElse = "0.1"
2020
OffsetArrays = "1"
2121
SLEEFPirates = "0.6"
2222
UnPack = "0,1"
2323
VectorizationBase = "0.13"
24-
julia = "1.4"
24+
julia = "1.5"
2525

2626
[extras]
2727
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)