Skip to content

Commit eb742b1

Browse files
authored
Add stdlib compat to Project.toml (#2310)
1 parent de74887 commit eb742b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ DataStructures = "0.18"
2828
ForwardDiff = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
2929
JSON = "~0.21"
3030
JSONSchema = "1"
31+
LinearAlgebra = "1.6"
3132
MutableArithmetics = "1"
3233
NaNMath = "0.3, 1"
3334
OrderedCollections = "1"
3435
PrecompileTools = "1"
36+
Printf = "1.6"
37+
SparseArrays = "1.6"
3538
SpecialFunctions = "0.8, 1, 2"
39+
Test = "1.6"
40+
Unicode = "1.6"
3641
julia = "1.6"
3742

3843
[extras]

0 commit comments

Comments
 (0)