Skip to content

Commit 2c6c388

Browse files
authored
bump version (#75)
1 parent a571d02 commit 2c6c388

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Project.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GenericTensorNetworks"
22
uuid = "3521c873-ad32-4bb4-b63d-f4f178f42b49"
33
authors = ["GiggleLiu <cacate0129@gmail.com> and contributors"]
4-
version = "1.4.0"
4+
version = "1.4.1"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -33,16 +33,21 @@ GenericTensorNetworksCUDAExt = "CUDA"
3333
AbstractTrees = "0.3, 0.4"
3434
CUDA = "4, 5"
3535
DelimitedFiles = "1"
36+
Distributed = "1"
3637
DocStringExtensions = "0.8, 0.9"
3738
FFTW = "1.4"
3839
Graphs = "1.7"
39-
LuxorGraphPlot = "0.2"
40+
LinearAlgebra = "1"
41+
LuxorGraphPlot = "0.3"
4042
Mods = "1.3"
4143
OMEinsum = "0.7"
4244
Polynomials = "4"
4345
Primes = "0.5"
46+
Printf = "1"
47+
Random = "1"
4448
SIMDTypes = "0.1"
45-
StatsBase = "0.33, 0.34"
49+
Serialization = "1"
50+
StatsBase = "0.33, 0.34, 0.35"
4651
TropicalNumbers = "0.4, 0.5, 0.6"
4752
julia = "1.9"
4853

0 commit comments

Comments
 (0)