Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kose-y authored Mar 17, 2022
1 parent 234f7a7 commit fa82dbc
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 @@ -20,6 +20,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"

[compat]
BenchmarkTools = "1"
Convex = "0.14"
DataFrames = "1"
Distributions = "0.25"
Expand All @@ -28,6 +29,7 @@ GLM = "1"
Ipopt = "0.8"
LoopVectorization = "0.12"
MathProgBase = "0.7"
RDatasets = "0.7"
Reexport = "1.2"
SpecialFunctions = "2.1"
StatsFuns = "0.9"
Expand Down

2 comments on commit fa82dbc

@kose-y
Copy link
Member Author

@kose-y kose-y commented on fa82dbc Mar 18, 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 created: JuliaRegistries/General/56852

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

Please sign in to comment.