Skip to content

Commit 1ff4299

Browse files
authored
downgrade fixup
1 parent 6958620 commit 1ff4299

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: ${{ matrix.version }}
3232
- uses: julia-actions/julia-downgrade-compat@v2
3333
with:
34-
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra
34+
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,SparseArrays
3535
mode: 'forcedeps'
3636
julia_version: ${{ matrix.version }}
3737
- uses: julia-actions/cache@v3

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
1818
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1919

2020
[compat]
21-
Adapt = "1, 2, 3.3, 4"
21+
Adapt = "3.3, 4"
2222
FFTW = "1.2"
2323
FastExpm = "1.1.0"
2424
FastGaussQuadrature = "0.5, 1"
@@ -27,7 +27,7 @@ LRUCache = "1"
2727
LinearAlgebra = "1"
2828
QuantumInterface = "0.4"
2929
Random = "1"
30-
RecursiveArrayTools = "3, 4"
30+
RecursiveArrayTools = "3.1, 4"
3131
SparseArrays = "1"
3232
Strided = "1, 2"
3333
UnsafeArrays = "1"

0 commit comments

Comments
 (0)