Skip to content

Commit 666cc19

Browse files
committed
Cleanup Project.toml
1 parent 6f74cef commit 666cc19

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

Project.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ projects = ["test", "docs", "benchmark"]
88

99
[deps]
1010
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
11-
BlockTensorKit = "5f87ffc2-9cf1-4a46-8172-465d160bd8cd"
1211
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1312
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
1413
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -19,6 +18,7 @@ LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
1918
MPSKit = "bb1c41ca-d63c-52ed-829e-0820dda26502"
2019
MPSKitModels = "ca635005-6f8c-4cd1-b51d-8491250ef2ab"
2120
MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4"
21+
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
2222
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
2323
OptimKit = "77e91f04-9b3b-57a6-a776-40b61faaebe0"
2424
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -28,22 +28,10 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
2828
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2929
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
3030
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
31-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
32-
33-
[weakdeps]
34-
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
3531

3632
[extensions]
3733
PEPSKitMooncakeExt = "Mooncake"
3834

39-
[sources]
40-
BlockTensorKit = {url = "https://github.com/quantumkithub/BlockTensorKit.jl", rev = "main"}
41-
TensorKit = {url = "https://github.com/quantumkithub/TensorKit.jl", rev = "main"}
42-
MPSKit = {url = "https://github.com/quantumkithub/mpskit.jl", rev = "main"}
43-
OptimKit = {url = "https://github.com/kshyatt/optimkit.jl", rev = "patch-1"}
44-
KrylovKit = {url = "https://github.com/kshyatt/krylovkit.jl", rev = "patch-1"}
45-
VectorInterface = {url = "https://github.com/quantumkithub/vectorinterface.jl", rev = "main"}
46-
4735
[compat]
4836
Accessors = "0.1"
4937
ChainRulesCore = "1.0"
@@ -66,5 +54,4 @@ TensorKit = "0.16.5, 0.17"
6654
TensorOperations = "5"
6755
TupleTools = "1.6.0"
6856
VectorInterface = "0.6"
69-
Zygote = "0.6, 0.7"
7057
julia = "1.10"

0 commit comments

Comments
 (0)