Skip to content

Commit

Permalink
Merge pull request #2 from tensor4all/bump-to-v0.1.4
Browse files Browse the repository at this point in the history
Bump to v0.1.4: support ITensors v0.4 and v0.5
  • Loading branch information
shinaoka authored Jun 10, 2024
2 parents 2fe6425 + a3d9ad6 commit 1a80ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "TCIITensorConversion"
uuid = "9f0aa9f4-9415-4e6a-8795-331ebf40aa04"
authors = ["Ritter.Marc <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

[deps]
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"

[compat]
ITensors = "0.3, 0.6"
ITensors = "0.3, 0.4, 0.5, 0.6"
TensorCrossInterpolation = "0.8, 0.9"
julia = "1.6"

Expand Down

0 comments on commit 1a80ba3

Please sign in to comment.