diff --git a/L/LinearOperators/Compat.toml b/L/LinearOperators/Compat.toml index 79cb4a66e0d47ae..eb87942f77e646a 100644 --- a/L/LinearOperators/Compat.toml +++ b/L/LinearOperators/Compat.toml @@ -35,3 +35,8 @@ julia = "1.6.0-1" ["2.6-2"] Requires = "1" + +["2.7-2"] +LinearAlgebra = "1" +Printf = "1" +SparseArrays = "1" diff --git a/L/LinearOperators/Versions.toml b/L/LinearOperators/Versions.toml index 93589f05a6b6c5a..5c72ec99fa3c7f7 100644 --- a/L/LinearOperators/Versions.toml +++ b/L/LinearOperators/Versions.toml @@ -93,3 +93,6 @@ git-tree-sha1 = "a58ab1d18efa0bcf9f0868c6d387e4126dad3e72" ["2.6.0"] git-tree-sha1 = "58e2ca62646a62e18f86253b9c2a2d821c2d934b" + +["2.7.0"] +git-tree-sha1 = "f06df3a46255879cbccae1b5b6dcb16994c31be7" diff --git a/L/LinearOperators/WeakCompat.toml b/L/LinearOperators/WeakCompat.toml new file mode 100644 index 000000000000000..afb12f618893829 --- /dev/null +++ b/L/LinearOperators/WeakCompat.toml @@ -0,0 +1,2 @@ +["2.7-2"] +ChainRulesCore = "1"