Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gottacatchenall authored Feb 27, 2023
1 parent 5328a37 commit aa65715
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 @@ -21,3 +21,5 @@ NearestNeighbors = "0.4"
Requires = "1.3"
StatsBase = "0.33"
julia = "1.8"
HaltonSequences = "0.1"
Distributions = "0.25"

2 comments on commit aa65715

@gottacatchenall
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/78633

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.3 -m "<description of version>" aa65715cf68f7bd528bb5e9b43c42d1a4ff4e758
git push origin v0.1.3

Please sign in to comment.