Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
junder873 committed Nov 1, 2021
1 parent e164e77 commit fcf35e4
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 @@ -18,12 +18,14 @@ ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AbstractTrees = "0.3"
BusinessDays = "0.9"
DBInterface = "2.4"
DataFrames = "1.2"
FixedEffectModels = "1.6"
LibPQ = "1.8"
ParallelKMeans = "1"
ShiftedArrays = "1"
julia = "1.5"

[extras]
Expand Down

2 comments on commit fcf35e4

@junder873
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 register()

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

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

Please sign in to comment.