Skip to content

Commit 5812f71

Browse files
committed
remove tropicalgemm as a dependency
1 parent 3f43238 commit 5812f71

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
1111
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1212
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1313
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
14-
TropicalGEMM = "a4ad3063-64a7-4bad-8738-34ed09bc0236"
1514
TropicalNumbers = "b3a74e9c-7526-4576-a4eb-79c0d4c32334"
1615

1716
[compat]
@@ -21,6 +20,5 @@ OMEinsum = "0.7"
2120
PrecompileTools = "1"
2221
Requires = "1"
2322
StatsBase = "0.34"
24-
TropicalGEMM = "0.1"
2523
TropicalNumbers = "0.5.4"
2624
julia = "1.3"

src/TensorInference.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module TensorInference
1010
using OMEinsum, LinearAlgebra
1111
using DocStringExtensions, TropicalNumbers
1212
# The Tropical GEMM support
13-
using TropicalGEMM
1413
using StatsBase
1514

1615
# reexport OMEinsum functions

0 commit comments

Comments
 (0)