diff --git a/Project.toml b/Project.toml index 2d21bb12..901593a2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GenericTensorNetworks" uuid = "3521c873-ad32-4bb4-b63d-f4f178f42b49" authors = ["GiggleLiu and contributors"] -version = "1.4.0" +version = "1.4.1" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -33,16 +33,21 @@ GenericTensorNetworksCUDAExt = "CUDA" AbstractTrees = "0.3, 0.4" CUDA = "4, 5" DelimitedFiles = "1" +Distributed = "1" DocStringExtensions = "0.8, 0.9" FFTW = "1.4" Graphs = "1.7" -LuxorGraphPlot = "0.2" +LinearAlgebra = "1" +LuxorGraphPlot = "0.3" Mods = "1.3" OMEinsum = "0.7" Polynomials = "4" Primes = "0.5" +Printf = "1" +Random = "1" SIMDTypes = "0.1" -StatsBase = "0.33, 0.34" +Serialization = "1" +StatsBase = "0.33, 0.34, 0.35" TropicalNumbers = "0.4, 0.5, 0.6" julia = "1.9"