Skip to content

Commit 2408d9f

Browse files
authored
Revert stdlib changes
1 parent b35e48f commit 2408d9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/Downgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: ['1']
18+
version: ['min']
1919
group:
2020
- Core
2121
- Enzyme

Project.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ FiniteDiff = "2.22"
8484
ForwardDiff = "0.10.36"
8585
GPUArraysCore = "0.1.6, 0.2"
8686
HYPRE = "1.4.0"
87-
InteractiveUtils = "1"
87+
InteractiveUtils = "1.10"
8888
IterativeSolvers = "0.9.3"
8989
JET = "0.8.28, 0.9"
9090
KernelAbstractions = "0.9.27"
9191
Krylov = "0.9"
9292
KrylovKit = "0.8, 0.9"
9393
KrylovPreconditioners = "0.3"
9494
LazyArrays = "1.8, 2"
95-
Libdl = "1"
96-
LinearAlgebra = "1"
95+
Libdl = "1.10"
96+
LinearAlgebra = "1.10"
9797
MPI = "0.20"
98-
Markdown = "1"
98+
Markdown = "1.10"
9999
Metal = "1"
100100
MultiFloats = "1"
101101
Pardiso = "0.5.7, 1"
@@ -110,7 +110,7 @@ SafeTestsets = "0.1"
110110
SciMLBase = "2.70"
111111
SciMLOperators = "0.3.7"
112112
Setfield = "1"
113-
SparseArrays = "1"
113+
SparseArrays = "1.10"
114114
Sparspak = "0.3.6"
115115
StableRNGs = "1"
116116
StaticArrays = "1.5"

0 commit comments

Comments
 (0)