Skip to content

Commit

Permalink
fix compat in project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Feb 10, 2020
1 parent 8b21775 commit a6f4dad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"

[compat]
WignerSymbols = "1"
Strided = "0.3.3,1"
TupleTools = "1.1"
julia = "1"
HalfIntegers = "1"
WignerSymbols = "1"
TensorOperations = "2.1"
LRUCache = "1.0.2"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit a6f4dad

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on a6f4dad Feb 10, 2020

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/9239

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" a6f4dad5a4101608077fe8a4528664ffb91107e9
git push origin v0.2.0

Please sign in to comment.