Skip to content

Commit dc6e1d7

Browse files
Remove Printf and OMEinsum dependencies
- Remove unused Printf and OMEinsum dependencies from Project.toml - Update module imports to remove Printf - Simplify project dependencies
1 parent 39cea16 commit dc6e1d7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ version = "1.0.0-DEV"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8-
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
9-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
108

119
[compat]
1210
LinearAlgebra = "1.10.0"
13-
OMEinsum = "0.8.4"
14-
Printf = "1.11.0"
1511
julia = "1.10"
1612

1713
[extras]

src/SimpleLinearAlgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SimpleLinearAlgebra
2-
using LinearAlgebra, Printf
2+
using LinearAlgebra
33

44
abstract type ProblemMixin end
55
abstract type SolutionMixin end

0 commit comments

Comments
 (0)