Skip to content

Commit ab1fcde

Browse files
authored
Merge pull request #750 from JuliaDiff/ox/bounds
Add version bounds for stdlibs
2 parents 6843559 + c92bf70 commit ab1fcde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,20 @@ Adapt = "3.4.0"
2323
ChainRulesCore = "1.15.3"
2424
ChainRulesTestUtils = "1.5"
2525
Compat = "3.46, 4.2"
26+
Distributed = "1"
2627
FiniteDifferences = "0.12.20"
2728
GPUArraysCore = "0.1.0"
2829
IrrationalConstants = "0.1.1, 0.2"
2930
JLArrays = "0.1"
3031
JuliaInterpreter = "0.8,0.9"
32+
LinearAlgebra = "1"
33+
Random = "1"
3134
RealDot = "0.1"
3235
SparseInverseSubset = "0.1"
3336
StaticArrays = "1.2"
3437
Statistics = "1"
3538
StructArrays = "0.6.11"
39+
SuiteSparse = "1"
3640
julia = "1.6"
3741

3842
[extras]

0 commit comments

Comments
 (0)