Skip to content

Commit 99ad77f

Browse files
tpappericphanson
andauthored
add compat entries for stdlibs (#229)
* add compat entries for stdlibs * Update Project.toml Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com> --------- Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com>
1 parent 8f84641 commit 99ad77f

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
@@ -13,7 +13,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313

1414
[compat]
1515
ChainRulesCore = "0.10.3, 1"
16+
LinearAlgebra = "<0.0.1, 1"
17+
Printf = "<0.0.1, 1"
18+
Random = "<0.0.1, 1"
1619
Richardson = "1.2"
20+
SparseArrays = "<0.0.1, 1"
1721
StaticArrays = "0.12, 1.0"
1822
julia = "1"
1923

0 commit comments

Comments
 (0)