Skip to content

Commit

Permalink
Merge pull request #47 from unfoldtoolbox/pa/compat
Browse files Browse the repository at this point in the history
fix Project.toml
  • Loading branch information
behinger authored Sep 25, 2021
2 parents c407b76 + 43ca224 commit 3003f79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
MixedModels = "4"
Tables = "1"
BSplines = "0.3"
CategoricalArray = "0.10"
CategoricalArrays = "0.10"
DSP = "0.7"
DataFrames = "1"
Distributions = "0.25"
Expand All @@ -46,6 +44,7 @@ IncompleteLU = "0.2"
IterativeSolvers = "0.9"
MLBase = "0.9"
Missings = "1"
MixedModels = "4"
MixedModelsPermutations = "0.1"
MixedModelsSim = "0.2"
PkgBenchmark = "0.2"
Expand Down

2 comments on commit 3003f79

@behinger
Copy link
Member 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/45525

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.3.1 -m "<description of version>" 3003f7953a9edd393cf40b8862ee45c7ff247643
git push origin v0.3.1

Also, note the warning: This looks like a new registration that registers version 0.3.1.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.