Skip to content

Commit 87bdb74

Browse files
require 1.9
1 parent 8378aed commit 87bdb74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
version:
1616
- '1'
17-
- '1.6'
1817
os:
1918
- ubuntu-latest
2019
arch:

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ DiffEqBase = "6.122"
2626
DiffEqNoiseProcess = "5"
2727
RandomNumbers = "1"
2828
RecursiveArrayTools = "1,2"
29-
Reexport = "0.2, 1.0"
30-
StaticArrays = "0.11, 0.12, 1.0"
29+
Reexport = "1.0"
30+
SparseArrays = "1.9"
31+
StaticArrays = "1.0"
3132
StochasticDiffEq = "6.19"
3233
UnPack = "0.1, 1.0"
33-
julia = "1.6"
34+
julia = "1.9"
3435

3536
[extras]
3637
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"

0 commit comments

Comments
 (0)