Skip to content

Commit

Permalink
Add v1.6 compat for all stdlib packages (#21)
Browse files Browse the repository at this point in the history
* Add v1.6 compat for all stdlib packages

* Reorder stdlib compats
  • Loading branch information
sethaxen authored Oct 29, 2023
1 parent af5bf5d commit ed97c6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,19 @@ DocStringExtensions = "0.8, 0.9"
FiniteDifferences = "0.12"
GLM = "1"
IteratorInterfaceExtensions = "0.1.1, 1"
LinearAlgebra = "1.6"
LogExpFunctions = "0.2.0, 0.3"
MCMCDiagnosticTools = "0.3.4"
Markdown = "1.6"
OffsetArrays = "1"
Optim = "1"
PSIS = "0.9.1"
PrettyTables = "2.1, 2.2"
Printf = "1.6"
RCall = "0.13"
Random = "1.6"
Setfield = "1"
Statistics = "1"
Statistics = "1.6"
StatsBase = "0.32, 0.33, 0.34"
TableTraits = "0.4, 1"
Tables = "1"
Expand Down

2 comments on commit ed97c6d

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

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.4 -m "<description of version>" ed97c6d98115b88c7cbb94990589355450350fff
git push origin v0.1.4

Please sign in to comment.