We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c0723 commit 0b3eaa1Copy full SHA for 0b3eaa1
.github/workflows/CI.yml
@@ -15,7 +15,6 @@ jobs:
15
- Core
16
version:
17
- '1'
18
- - '1.6'
19
steps:
20
- uses: actions/checkout@v3
21
- uses: julia-actions/setup-julia@v1
Project.toml
@@ -28,7 +28,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
28
ADTypes = "0.2"
29
ArrayInterface = "6.0.24, 7"
30
ConcreteStructs = "0.2"
31
-DiffEqBase = "6"
+DiffEqBase = "6.130"
32
EnumX = "1"
33
Enzyme = "0.11"
34
FiniteDiff = "2"
@@ -44,7 +44,7 @@ SparseDiffTools = "2.6"
44
StaticArraysCore = "1.4"
45
UnPack = "1.0"
46
Zygote = "0.6"
47
-julia = "1.6"
+julia = "1.9"
48
49
[extras]
50
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments