Skip to content

Commit a510dcb

Browse files
committed
remove LinearAlgebra deps as long as TK tests are commented
1 parent 5cce3b5 commit a510dcb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Project.toml

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

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

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

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

0 commit comments

Comments
 (0)