Skip to content

Commit

Permalink
Julia version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
DedZago committed Jan 23, 2024
1 parent 673c575 commit ccca51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Distributions = "<0.25.102, 0.25"
GLM = "1.9.0"
Parameters = "<0.12.4"
StatsBase = "<0.34.3"
julia = "1.9"

[extras]
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Expand Down

2 comments on commit ccca51e

@DedZago
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()

Release notes:

Compat

Fixed a compatibility issue with the Statistics package which prevented installation of the package.

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

Tagging

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.2 -m "<description of version>" ccca51ebff14e735ea4164042b9a67a73f8664bd
git push origin v0.1.2

Please sign in to comment.