Skip to content

Commit

Permalink
Add compat VectorInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Aug 13, 2023
1 parent b50abc1 commit 29d4ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Strided = "2"
TensorOperations = "4.0.2"
TupleTools = "1.1"
WignerSymbols = "1,2"
julia = "1.6 - 1"
julia = "1.6"
VectorInterface = "0.2"

[extras]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit 29d4ef7

@lkdvos
Copy link
Collaborator Author

@lkdvos lkdvos commented on 29d4ef7 Aug 13, 2023

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 updated: JuliaRegistries/General/89543

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.11.0 -m "<description of version>" 29d4ef77072845dd2f19acac306bc4c3dad5556d
git push origin v0.11.0

Please sign in to comment.