Skip to content

Commit

Permalink
Downgraded dependency for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lbittarello committed Dec 21, 2019
1 parent 246eb8a commit e012280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ CSV = "≥ 0.5.18"
DataFrames = "≥ 0.19.4"
Format = "≥ 1.0.1"
Optim = "≥ 0.19.6"
SpecialFunctions = "≥ 0.9.0"
SpecialFunctions = "≥ 0.8.0"
StatsBase = "≥ 0.32.0"
StatsFuns = "≥ 0.8.0"
StatsFuns = "≥ 0.9.2"
StatsModels = "≥ 0.6.7"

[extras]
Expand Down

2 comments on commit e012280

@lbittarello
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 created: JuliaRegistries/General/7022

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" e01228049dc1944452117a4d3a44a9fa4f118a51
git push origin v0.6.0

Please sign in to comment.