diff --git a/Project.toml b/Project.toml index 68ece85cd..e9dd8df74 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ MPSKit = "0.13.9" MPSKitModels = "0.4" MatrixAlgebraKit = "0.6.5" OhMyThreads = "0.7, 0.8" -OptimKit = "0.4" +OptimKit = "0.4, 0.5" Printf = "1" Random = "1" Statistics = "1" diff --git a/benchmark/Project.toml b/benchmark/Project.toml index c9e3c3345..dbe063815 100644 --- a/benchmark/Project.toml +++ b/benchmark/Project.toml @@ -11,3 +11,11 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" [sources] PEPSKit = {path = ".."} + +[compat] +BenchmarkTools = "1.8.0" +CairoMakie = "0.15.13" +SUNRepresentations = "0.4.0" +Statistics = "1.11.1" +TOML = "1.0.3" +TensorKit = "0.17.1" diff --git a/docs/Project.toml b/docs/Project.toml index aecf8003d..db7102460 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -10,4 +10,10 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" [compat] Documenter = "1" -DocumenterInterLinks = "~1.0" +DocumenterCitations = "1.4.1" +DocumenterInterLinks = "~1.0, 1.1" +KrylovKit = "0.10.4" +MPSKit = "0.13.13" +MPSKitModels = "0.4.7" +PEPSKit = "0.8.0" +TensorKit = "0.17.1" diff --git a/test/Project.toml b/test/Project.toml index 2742a2812..72f66e4ac 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,8 +24,17 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" PEPSKit = {path = ".."} [compat] +Accessors = "0.1.45" +ChainRulesCore = "1.26.1" ChainRulesTestUtils = "1.13" +KrylovKit = "0.10.4" +MPSKit = "0.13.13" +MPSKitModels = "0.4.7" +MatrixAlgebraKit = "0.6.9" +OptimKit = "0.5.0" ParallelTestRunner = "2.6.0" QuadGK = "2.11.1" +TensorKit = "0.17.1" Test = "1" TestExtras = "0.3" +Zygote = "0.7.11"