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 8378aed commit 87bdb74Copy full SHA for 87bdb74
.github/workflows/CI.yml
@@ -14,7 +14,6 @@ jobs:
14
matrix:
15
version:
16
- '1'
17
- - '1.6'
18
os:
19
- ubuntu-latest
20
arch:
Project.toml
@@ -26,11 +26,12 @@ DiffEqBase = "6.122"
26
DiffEqNoiseProcess = "5"
27
RandomNumbers = "1"
28
RecursiveArrayTools = "1,2"
29
-Reexport = "0.2, 1.0"
30
-StaticArrays = "0.11, 0.12, 1.0"
+Reexport = "1.0"
+SparseArrays = "1.9"
31
+StaticArrays = "1.0"
32
StochasticDiffEq = "6.19"
33
UnPack = "0.1, 1.0"
-julia = "1.6"
34
+julia = "1.9"
35
36
[extras]
37
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
0 commit comments