Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit fc415fb

Browse files
authored
Merge branch 'SciML:master' into master
2 parents a5347bf + e0198b6 commit fc415fb

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ jobs:
1717
- MOLFiniteDifference
1818
- Multithreading
1919
- Misc
20+
version:
21+
- '1'
22+
- '1.6'
2023
steps:
2124
- uses: actions/checkout@v2
2225
- uses: julia-actions/setup-julia@v1
2326
with:
24-
version: 1
27+
version: ${{ matrix.version }}
2528
- uses: actions/cache@v1
2629
env:
2730
cache-name: cache-artifacts

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqOperators"
22
uuid = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "4.35.0"
4+
version = "4.36.0"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -34,7 +34,7 @@ ForwardDiff = "0.10"
3434
LazyArrays = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
3535
LazyBandedMatrices = "0.5, 0.6, 0.7"
3636
LoopVectorization = "0.12"
37-
ModelingToolkit = "7"
37+
ModelingToolkit = "7, 8"
3838
NNlib = "0.6, 0.7"
3939
NonlinearSolve = "0.3.7"
4040
Requires = "1"
@@ -43,7 +43,7 @@ SciMLBase = "1.11"
4343
SparseDiffTools = "1.17"
4444
StaticArrays = "0.10, 0.11, 0.12, 1.0"
4545
SymbolicUtils = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
46-
julia = "1"
46+
julia = "1.6"
4747

4848
[extras]
4949
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"

0 commit comments

Comments
 (0)