Skip to content

Commit

Permalink
Drop 1.6 and require DiffEqBase 6.130
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 20, 2023
1 parent 83c0723 commit 0b3eaa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- Core
version:
- '1'
- '1.6'
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
ADTypes = "0.2"
ArrayInterface = "6.0.24, 7"
ConcreteStructs = "0.2"
DiffEqBase = "6"
DiffEqBase = "6.130"
EnumX = "1"
Enzyme = "0.11"
FiniteDiff = "2"
Expand All @@ -44,7 +44,7 @@ SparseDiffTools = "2.6"
StaticArraysCore = "1.4"
UnPack = "1.0"
Zygote = "0.6"
julia = "1.6"
julia = "1.9"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

0 comments on commit 0b3eaa1

Please sign in to comment.