Skip to content

Commit

Permalink
versions for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkborregaard committed Oct 31, 2023
1 parent 28ff5d5 commit 798b019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ authors = ["mkborregaard <mkborregaard@snm.ku.dk"]
version = "0.1.2"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
julia = "1"
Random = "1"
RandomNumbers = "1"
SparseArrays = "1"
StatsBase = "0.33, 0.34"

[extras]
Expand Down

2 comments on commit 798b019

@mkborregaard
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 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/94459

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>" 798b019c3c0ad27dd46b4696f8a451f394ab7e5b
git push origin v0.1.2

Please sign in to comment.