Skip to content

Commit c92f5cb

Browse files
authored
fix: bump Julia compat to 1.10 in DI and DIT (#598)
1 parent 2fee793 commit c92f5cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DifferentiationInterface/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterface"
22
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.6.16"
4+
version = "0.6.17"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -65,7 +65,7 @@ SparseMatrixColorings = "0.4.5"
6565
Symbolics = "5.27.1, 6"
6666
Tracker = "0.2.33"
6767
Zygote = "0.6.69"
68-
julia = "1.6"
68+
julia = "1.10"
6969

7070
[extras]
7171
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

DifferentiationInterfaceTest/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiationInterfaceTest"
22
uuid = "a82114a7-5aa3-49a8-9643-716bb13727a3"
33
authors = ["Guillaume Dalle", "Adrian Hill"]
4-
version = "0.8.4"
4+
version = "0.8.5"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -63,7 +63,7 @@ SparseMatrixColorings = "0.4.4"
6363
StaticArrays = "1.9"
6464
Test = "<0.0.1,1"
6565
Zygote = "0.6"
66-
julia = "1.6"
66+
julia = "1.10"
6767

6868
[extras]
6969
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)