diff --git a/docs/Project.toml b/docs/Project.toml index dc5e8d2bc..377067eaa 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -20,5 +20,13 @@ MPSKit = {path = ".."} [compat] Documenter = "1.11" +DocumenterCitations = "1.4.1" DocumenterInterLinks = "1" DocumenterVitepress = "0.3" +KrylovKit = "0.10.4" +MPSKitModels = "0.4.7" +Plots = "1.41.6" +Polynomials = "4.1.1" +Symbolics = "7.32.1" +TensorKit = "0.17.1" +TensorOperations = "5.6.2" diff --git a/examples/Project.toml b/examples/Project.toml index 2e29ddd9c..36cedd047 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -17,3 +17,18 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [sources] MPSKit = {path = ".."} + +[compat] +BenchmarkFreeFermions = "0.1.3" +Interpolations = "0.16.3" +KrylovKit = "0.10.4" +LaTeXStrings = "1.4.0" +Literate = "2.21.0" +MPSKitModels = "0.4.7" +Optim = "2.2.1" +Plots = "1.41.6" +Polynomials = "4.1.1" +QuadGK = "2.11.3" +SpecialFunctions = "2.8.0" +TensorKit = "0.17.1" +TensorOperations = "5.6.2" diff --git a/test/Project.toml b/test/Project.toml index b3c91b9ab..275c0c47a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,12 +24,15 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1" MPSKit = {path = ".."} [compat] +Adapt = "4.7.0" Aqua = "0.8.9" CUDA = "6" Combinatorics = "1" +MatrixAlgebraKit = "0.6.9" ParallelTestRunner = "2" Plots = "1.40" Pkg = "1" +TensorKit = "0.17.1" TensorKitTensors = "0.2" Test = "1" TestExtras = "0.3"