Skip to content

Commit

Permalink
free TensorOperations
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwei94 committed May 28, 2024
1 parent cffaa84 commit 17c3419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "5982c211a33de4ff200ec0c9d0425377969e9ce5"
project_hash = "afb34dcedd8fba161f40cae757567f53a665d432"

[[deps.AbstractFFTs]]
deps = ["LinearAlgebra"]
Expand Down Expand Up @@ -774,9 +774,7 @@ version = "0.6.2"

[[deps.TensorOperations]]
deps = ["LRUCache", "LinearAlgebra", "PackageExtensionCompat", "Strided", "StridedViews", "TupleTools", "VectorInterface"]
git-tree-sha1 = "39bf11b0400b1d716418f3faf0fcf8bbd5ea1206"
repo-rev = "master"
repo-url = "https://github.com/Jutho/TensorOperations.jl.git"
git-tree-sha1 = "e450689f53b2a9f8261d899e60977e8561df75a6"
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
version = "4.1.1"

Expand Down
11 changes: 5 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Revise = "3"
KrylovKit = "0.7"
Aqua = "0.8"
TensorOperations = "4"
TensorKit = "0.12"
MPSKit = "0.10"
OptimKit = "0.3"
ChainRules = "1"
ChainRulesCore = "1"
JLD2 = "0.4"
KrylovKit = "0.7"
OptimKit = "0.3"
Revise = "3"
TensorKit = "0.12"
TensorOperations = "4"
Zygote = "0.6"
julia = "1.6.7"

Expand Down

0 comments on commit 17c3419

Please sign in to comment.