Skip to content

Commit

Permalink
bump version (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu authored Nov 7, 2023
1 parent a571d02 commit 2c6c388
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenericTensorNetworks"
uuid = "3521c873-ad32-4bb4-b63d-f4f178f42b49"
authors = ["GiggleLiu <[email protected]> and contributors"]
version = "1.4.0"
version = "1.4.1"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 2c6c388

Please sign in to comment.