We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cea16 commit dc6e1d7Copy full SHA for dc6e1d7
Project.toml
@@ -5,13 +5,9 @@ version = "1.0.0-DEV"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
-OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
9
-Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10
11
[compat]
12
LinearAlgebra = "1.10.0"
13
-OMEinsum = "0.8.4"
14
-Printf = "1.11.0"
15
julia = "1.10"
16
17
[extras]
src/SimpleLinearAlgebra.jl
@@ -1,5 +1,5 @@
1
module SimpleLinearAlgebra
2
- using LinearAlgebra, Printf
+ using LinearAlgebra
3
4
abstract type ProblemMixin end
abstract type SolutionMixin end
0 commit comments