Skip to content

Commit

Permalink
fix compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jan 10, 2023
1 parent 8057c39 commit dc3427a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Project.toml
Expand Up @@ -71,37 +71,46 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
AbstractFFTs = "0.5, 1"
Adapt = "1.0.1, 2, 3"
CUDA = "3.4"
CUDAKernels = "0.4.3"
ChainRules = "1.5"
Combinatorics = "1"
CompositeStructs = "0.1.1"
CoordinateTransformations = "0.6.2"
DataStructures = "0.17.9, 0.18"
Distributions = "0.25"
EllipsisNotation = "1.1.0"
FFTW = "1.4"
FileIO = "1.2.2"
Formatting = "0.4"
ForwardDiff = "0.10.34"
Healpix = "4.1.2"
ImageFiltering = "0.6.14, 0.7"
ImageMorphology = "0.2.8"
Images = "0.24"
Interpolations = "0.12.8, 0.13, 0.14"
IterTools = "1.3"
JLD2 = "0.1.11, 0.2, 0.3, 0.4"
KahanSummation = "0.1, 0.2"
KernelAbstractions = "0.8.6"
Lazy = "0.13.2, 0.14, 0.15"
Loess = "0.5"
MacroTools = "0.5"
Match = "1.1"
Measurements = "2"
Memoization = "0.1.8"
NamedTupleTools = "0.13"
NFFT = "0.13.3"
Optim = "1"
PDMats = "0.11.5"
PlotUtils = "1.3.2"
Preferences = "1.2"
ProgressMeter = "1.2"
PyCall = "1.91.2"
QuadGK = "2.3.1"
RecipesBase = "1.3.2"
Requires = "0.5, 1"
Roots = "0.8.4, 1, 2"
Rotations = "1.3.4"
Setfield = "0.6, 0.7, 0.8, 1"
StaticArrays = "0.12.1, 1.0"
StatsBase = "0.32, 0.33"
Expand Down

2 comments on commit dc3427a

@marius311
Copy link
Owner Author

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

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.0 -m "<description of version>" dc3427a3d1153505568569f809d49645d5815dd7
git push origin v0.9.0

Please sign in to comment.