Skip to content

Commit 7e232ca

Browse files
authored
Add compat entries for stdlibs (#1794)
* Add compat entries for stdlibs * Update Project.toml * Update Project.toml * Update Project.toml * Update Project.toml
1 parent 277f0ab commit 7e232ca

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
@@ -33,13 +33,17 @@ DistributionsTestExt = "Test"
3333
ChainRulesCore = "1"
3434
DensityInterface = "0.4"
3535
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
36+
LinearAlgebra = "<0.0.1, 1"
3637
PDMats = "0.10, 0.11"
38+
Printf = "<0.0.1, 1"
3739
QuadGK = "2"
40+
Random = "<0.0.1, 1"
3841
SpecialFunctions = "1.2, 2"
3942
Statistics = "1"
4043
StatsAPI = "1.6"
4144
StatsBase = "0.32, 0.33, 0.34"
4245
StatsFuns = "0.9.15, 1"
46+
Test = "<0.0.1, 1"
4347
julia = "1.3"
4448

4549
[extras]

0 commit comments

Comments
 (0)