Skip to content

Commit 09bfd74

Browse files
authored
Support Julia 1.6
1 parent aa2429e commit 09bfd74

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.10'
21+
- '1.6'
2222
- '1'
2323
os:
2424
- ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
3333
- uses: julia-actions/julia-downgrade-compat@v1
34-
if: ${{ matrix.version == '1.10' }}
34+
if: ${{ matrix.version == '1.6' }}
3535
with:
3636
skip: Pkg, TOML
3737
- uses: julia-actions/cache@v1

Project.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
33
authors = [
44
"Vaibhav Dixit <[email protected]>, Guillaume Dalle and contributors",
55
]
6-
version = "1.0.0"
6+
version = "1.1.0"
7+
8+
[deps]
9+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
10+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
711

812
[weakdeps]
913
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -16,7 +20,7 @@ ADTypesEnzymeCoreExt = "EnzymeCore"
1620
[compat]
1721
ChainRulesCore = "1.0.2"
1822
EnzymeCore = "0.5.3,0.6,0.7"
19-
julia = "1.10"
23+
julia = "1.6"
2024

2125
[extras]
2226
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)