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.
2 parents 6d57bc1 + 2d0cf86 commit 36d4a91Copy full SHA for 36d4a91
2 files changed
.github/workflows/Downgrade.yml
@@ -12,9 +12,9 @@ on:
12
- 'docs/**'
13
jobs:
14
downgrade:
15
- if: false # Disabled: waiting on dependency updates. See issue for details.
16
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
17
with:
18
julia-version: "1.10"
19
skip: "Pkg,TOML"
+ allow-reresolve: false
20
secrets: "inherit"
Project.toml
@@ -16,12 +16,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ArrayInterface = "7.5"
-ArrayLayouts = "1"
+ArrayLayouts = "1.12.2"
BandedMatrices = "1"
21
ConcreteStructs = "0.2"
22
LazyArrays = "1, 2"
23
LinearAlgebra = "1"
24
-MatrixFactorizations = "2, 3"
25
-PrecompileTools = "1"
+MatrixFactorizations = "3.1.3"
+PrecompileTools = "1.0.1"
26
Reexport = "1"
27
julia = "1.10"
0 commit comments