Skip to content

Commit

Permalink
require 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 8, 2023
1 parent 8378aed commit 87bdb74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
version:
- '1'
- '1.6'
os:
- ubuntu-latest
arch:
Expand Down
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ DiffEqBase = "6.122"
DiffEqNoiseProcess = "5"
RandomNumbers = "1"
RecursiveArrayTools = "1,2"
Reexport = "0.2, 1.0"
StaticArrays = "0.11, 0.12, 1.0"
Reexport = "1.0"
SparseArrays = "1.9"
StaticArrays = "1.0"
StochasticDiffEq = "6.19"
UnPack = "0.1, 1.0"
julia = "1.6"
julia = "1.9"

[extras]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
Expand Down

0 comments on commit 87bdb74

Please sign in to comment.