File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ version = "0.1.0"
55
66[deps ]
77DelimitedFiles = " 8bb1440f-4735-579b-a4ab-409b98df4dab"
8+ Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
89TensorKit = " 07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
910TensorKitSectors = " 13a9c161-d5da-41f0-bcbd-e1a08ae0647f"
10- TupleTools = " 9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
1111
1212[compat ]
1313Aqua = " 0.8.9"
1414DelimitedFiles = " 1.9"
15+ Pkg = " 1"
1516Random = " 1"
1617SafeTestsets = " 0.1"
1718TensorKit = " 0.16"
1819TensorKitSectors = " 0.3"
1920Test = " 1.10"
2021TestExtras = " 0.3"
21- TupleTools = " 1.1"
2222julia = " 1.10"
2323
2424[extras ]
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ using Pkg
77using Pkg. Artifacts
88using TensorKitSectors
99
10- using TupleTools
11- using TupleTools: insertafter
12-
1310using TensorKit
1411import TensorKit: hasblock, dim
1512
You can’t perform that action at this time.
0 commit comments