Skip to content

Commit

Permalink
fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 8, 2021
1 parent e4364d6 commit 9142781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CodecZlib = "^0.6.0, ^0.7.0"
CodecZstd = "^0.6.0, ^0.7.0"
IterTools = "^1"
LRUCache = "^1.3.0"
LazyArrays = "^0.22, ^1"
LazyArrays = "^0.15, ^0.21, ^0.22, ^1"
LorentzVectors = "^0.4.0"
Memoization = "^0.1.10"
Mixers = "^0.1.0"
Expand Down

2 comments on commit 9142781

@Moelf
Copy link
Member Author

@Moelf Moelf commented on 9142781 Oct 8, 2021

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

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.7.2 -m "<description of version>" 9142781193fe864c68728d22cadd57fa38329657
git push origin v0.7.2

Please sign in to comment.