Skip to content

Commit 705d0eb

Browse files
committed
Bump TK and MAK compat
1 parent 48d65b8 commit 705d0eb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Project.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MPSKit"
22
uuid = "bb1c41ca-d63c-52ed-829e-0820dda26502"
3-
authors = "Lukas Devos, Maarten Van Damme and contributors"
43
version = "0.13.8"
4+
authors = "Lukas Devos, Maarten Van Damme and contributors"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -23,6 +23,9 @@ TensorKitManifolds = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684"
2323
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2424
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
2525

26+
[sources]
27+
TensorKitManifolds = {rev = "tk-0.16", url = "https://github.com/Jutho/TensorKitManifolds.jl.git"}
28+
2629
[compat]
2730
Accessors = "0.1"
2831
Aqua = "0.8.9"
@@ -34,15 +37,15 @@ HalfIntegers = "1.6.0"
3437
KrylovKit = "0.8.3, 0.9.2, 0.10"
3538
LinearAlgebra = "1.6"
3639
LoggingExtras = "~1.0"
37-
MatrixAlgebraKit = "0.5.0"
40+
MatrixAlgebraKit = "0.6"
3841
OhMyThreads = "0.7, 0.8"
3942
OptimKit = "0.3.1, 0.4"
4043
Pkg = "1"
4144
Plots = "1.40"
4245
Printf = "1"
4346
Random = "1"
4447
RecipesBase = "1.1"
45-
TensorKit = "0.15.1"
48+
TensorKit = "0.16"
4649
TensorKitManifolds = "0.7"
4750
TensorOperations = "5"
4851
Test = "1"

0 commit comments

Comments
 (0)