Skip to content

Commit

Permalink
chore: specify Folds.jl compat
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Apr 9, 2023
1 parent 7256f6f commit b417aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
AbstractFFTs = "0.5, 1.0"
FFTW = "1.2"
Folds = "0.2.8"
HDF5 = "0.16"
MPI = "0.20"
NPZ = "0.4"
Expand Down

2 comments on commit b417aa9

@musoke
Copy link
Owner Author

@musoke musoke commented on b417aa9 Apr 9, 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/81267

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.9.4 -m "<description of version>" b417aa96a8d1c31e0a8c2409d9c961af9b336986
git push origin v0.9.4

Please sign in to comment.