Skip to content

Commit

Permalink
Merge pull request #7 from lkdvos/patch-2
Browse files Browse the repository at this point in the history
Update TensorKit compat
  • Loading branch information
maartenvd authored Oct 10, 2023
2 parents 5b3c0e2 + fdc590b commit 0bb17a2
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,7 +1,7 @@
name = "SUNRepresentations"
uuid = "1a50b95c-7aac-476d-a9ce-2bfc675fc617"
authors = ["Maarten Van Damme <[email protected]> and Jutho Haegeman <[email protected]>"]
version = "0.1.5"
version = "0.1.6"

[deps]
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
Expand All @@ -14,7 +14,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
[compat]
RationalRoots = "0.1 - 0.2"
SparseArrayKit = "0.3"
TensorKit = "0.11"
TensorKit = "0.11, 0.12"
TensorOperations = "4"
LRUCache = "1"
julia = "1.6"
Expand Down

2 comments on commit 0bb17a2

@maartenvd
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93585

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.6 -m "<description of version>" 0bb17a20156b3adf96ff3136c4c921374fd79811
git push origin v0.1.6

Please sign in to comment.