Skip to content

Commit

Permalink
new stdlib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkborregaard committed Oct 31, 2023
1 parent 92aeece commit b715555
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ DataFrames = "1.0, 1.1, 1.2"
DataFramesMeta = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
Distances = "0.8, 0.9, 0.10"
EcoBase = "0.1"
Random = "1"
RandomBooleanMatrices = "0.1"
RandomNumbers = "1.4"
RecipesBase = "0.7, 0.8, 1"
SparseArrays = "1"
StableRNGs = "1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.2"
julia = "1"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit b715555

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

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.9.16 -m "<description of version>" b715555de948128aab33d977b438336859405d9a
git push origin v0.9.16

Please sign in to comment.