Skip to content

Commit

Permalink
Add v1.6 compat to all stdlib packages (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Oct 29, 2023
1 parent 25a69c3 commit 3e6e5ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
DimensionalData = "0.24"
Distributions = "0.25.81"
JLD2 = "0.4"
LinearAlgebra = "1.6"
LogExpFunctions = "0.2.0, 0.3"
Plots = "1"
Printf = "1.6"
RecipesBase = "1"
ReferenceTests = "0.9, 0.10"
Statistics = "1"
Statistics = "1.6"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 3e6e5ec

@sethaxen
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/94370

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.4 -m "<description of version>" 3e6e5ec0502510d663ed65a6375950cee2ac4fc4
git push origin v0.9.4

Please sign in to comment.