Skip to content

Commit 8a7426c

Browse files
Merge pull request #475 from SciML/bump-compat-bounds-3months
Bump compat lower bounds to exclude versions older than 3 months
2 parents fb20ec7 + 40b6f1f commit 8a7426c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Project.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,35 +41,35 @@ RecursiveArrayToolsTrackerExt = "Tracker"
4141
RecursiveArrayToolsZygoteExt = "Zygote"
4242

4343
[compat]
44-
Adapt = "3.4, 4"
44+
Adapt = "4"
4545
Aqua = "0.8"
46-
ArrayInterface = "7.10"
47-
DocStringExtensions = "0.9"
48-
FastBroadcast = "0.2.8, 0.3"
49-
ForwardDiff = "0.10.19, 1"
50-
GPUArraysCore = "0.1.1, 0.2"
46+
ArrayInterface = "7.16"
47+
DocStringExtensions = "0.9.3"
48+
FastBroadcast = "0.3.5"
49+
ForwardDiff = "0.10.38, 1"
50+
GPUArraysCore = "0.2"
5151
KernelAbstractions = "0.9.36"
5252
LinearAlgebra = "1.10"
53-
Measurements = "2.3"
54-
MonteCarloMeasurements = "1.1"
53+
Measurements = "2.11"
54+
MonteCarloMeasurements = "1.2"
5555
NLsolve = "4.5"
5656
Pkg = "1"
5757
Random = "1"
58-
RecipesBase = "1.1"
58+
RecipesBase = "1.3.4"
5959
ReverseDiff = "1.15"
6060
SafeTestsets = "0.1"
61-
SciMLBase = "2"
61+
SciMLBase = "2.103"
6262
SparseArrays = "1.10"
6363
StaticArrays = "1.6"
64-
StaticArraysCore = "1.4"
64+
StaticArraysCore = "1.4.2"
6565
Statistics = "1.10, 1.11"
66-
StructArrays = "0.6.11, 0.7"
67-
SymbolicIndexingInterface = "0.3.30"
68-
Tables = "1.11"
66+
StructArrays = "0.7"
67+
SymbolicIndexingInterface = "0.3.42"
68+
Tables = "1.12"
6969
Test = "1"
70-
Tracker = "0.2.15"
70+
Tracker = "0.2.34"
7171
Unitful = "1"
72-
Zygote = "0.6.67, 0.7.10"
72+
Zygote = "0.7.10"
7373
julia = "1.10"
7474

7575
[extras]

0 commit comments

Comments
 (0)