Skip to content

Commit 6059637

Browse files
committed
Revert "remove LinearAlgebra deps as long as TK tests are commented"
This reverts commit a510dcb.
1 parent a510dcb commit 6059637

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ julia = "1.10"
2424

2525
[extras]
2626
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
27+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2728
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2829
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
2930
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
3031
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3132
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
3233

3334
[targets]
34-
test = ["Aqua", "Random", "SafeTestsets", "TensorOperations", "Test", "TestExtras"]
35+
test = ["Aqua", "LinearAlgebra", "Random", "SafeTestsets", "TensorOperations", "Test", "TestExtras"]
3536

3637
[sources]
3738
TensorKitSectors = {url = "https://github.com/QuantumKitHub/TensorKitSectors.jl", rev = "bd/multitestcompat"}

0 commit comments

Comments
 (0)