Skip to content

Commit

Permalink
Add compat entries for stdlibs (#1794)
Browse files Browse the repository at this point in the history
* Add compat entries for stdlibs

* Update Project.toml

* Update Project.toml

* Update Project.toml

* Update Project.toml
  • Loading branch information
devmotion committed Nov 3, 2023
1 parent 277f0ab commit 7e232ca
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 @@ -33,13 +33,17 @@ DistributionsTestExt = "Test"
ChainRulesCore = "1"
DensityInterface = "0.4"
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
LinearAlgebra = "<0.0.1, 1"
PDMats = "0.10, 0.11"
Printf = "<0.0.1, 1"
QuadGK = "2"
Random = "<0.0.1, 1"
SpecialFunctions = "1.2, 2"
Statistics = "1"
StatsAPI = "1.6"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "0.9.15, 1"
Test = "<0.0.1, 1"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 7e232ca

@devmotion
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/94702

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

Please sign in to comment.