Skip to content

Commit

Permalink
fix compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jun 13, 2023
1 parent cbc9191 commit ba3edcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Expand Up @@ -85,11 +85,13 @@ CMBLensingPythonPlotExt = "PythonPlot"
[compat]
AbstractFFTs = "0.5, 1"
Adapt = "1.0.1, 2, 3"
Bijections = "0.1"
CUDA = "3.4, 4"
ChainRules = "1.5"
CodecZlib = "0.7"
Combinatorics = "1"
CompositeStructs = "0.1.1"
ComponentArrays = "0.13"
CoordinateTransformations = "0.6.2"
DataStructures = "0.17.9, 0.18"
Distributions = "0.25"
Expand All @@ -110,6 +112,7 @@ Lazy = "0.13.2, 0.14, 0.15"
Loess = "0.5"
MacroTools = "0.5"
Match = "1.1"
MCMCDiagnosticTools = "0.3"
Measurements = "2"
Memoization = "0.2"
MuseInference = "0.2.2"
Expand Down

2 comments on commit ba3edcc

@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/85482

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

Please sign in to comment.