Skip to content

Commit 158b30f

Browse files
committed
rm Printf
1 parent cb981c8 commit 158b30f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ LuxorGraphPlot = "1f49bdf2-22a7-4bc4-978b-948dc219fbbc"
1515
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
1616
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
1717
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
18-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1918
ProblemReductions = "899c297d-f7d2-4ebf-8815-a35996def416"
2019
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2120
SIMDTypes = "94e857df-77ce-4151-89e5-788b33177be4"
@@ -42,7 +41,7 @@ LuxorGraphPlot = "0.5"
4241
OMEinsum = "0.8"
4342
Polynomials = "4"
4443
Primes = "0.5"
45-
Printf = "1"
44+
ProblemReductions = "0.2"
4645
Random = "1"
4746
SIMDTypes = "0.1"
4847
Serialization = "1"

src/GenericTensorNetworks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using TropicalNumbers
55
using OMEinsum
66
using OMEinsum: contraction_complexity, timespace_complexity, timespacereadwrite_complexity, getixsv, NestedEinsum, getixs, getiy, DynamicEinCode
77
using Graphs, Random
8-
using DelimitedFiles, Serialization, Printf
8+
using DelimitedFiles, Serialization
99
using LuxorGraphPlot
1010
using LuxorGraphPlot.Luxor.Colors: @colorant_str
1111
using LuxorGraphPlot: Layered

0 commit comments

Comments
 (0)