Skip to content

Commit

Permalink
add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Nov 1, 2022
1 parent e8df0fa commit 659d96b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"
WCS_jll = "550c8279-ae0e-5d1b-948f-937f2608a23e"

[compat]
AbstractFFTs = "1"
ColorSchemes = "3"
Colors = "0.11, 0.12"
DSP = "0.7"
Expand All @@ -35,6 +36,7 @@ Healpix = "3, 4"
Libsharp = "0.2"
PhysicalConstants = "0.2"
RecipesBase = "1"
SpecialFunctions = "1.8.1, 2"
StaticArrays = "1"
Unitful = "1"
UnitfulAngles = "0.5, 0.6"
Expand Down

2 comments on commit 659d96b

@xzackli
Copy link
Collaborator Author

@xzackli xzackli commented on 659d96b Nov 1, 2022

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

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.2.4 -m "<description of version>" 659d96be94c3d5abe28c871d7ea3386fd79687d2
git push origin v0.2.4

Please sign in to comment.