Skip to content

Commit

Permalink
add Juliabase libraries to the compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Oct 31, 2023
1 parent 7d441b6 commit de097b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ HCubature = "1.5"
HypergeometricFunctions = "0.3"
IntervalSets = "0.7"
IrrationalConstants = "0.2"
LinearAlgebra = "1.9"
LogExpFunctions = "0.3"
LoopVectorization = "0.12"
PositiveFactorizations = "0.2"
Random = "1.9"
SparseArrays = "1.9"
SpecialFunctions = "2"
StaticArrays = "1"
StatsBase = "0.34"
Expand Down

2 comments on commit de097b4

@bvdmitri
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/94488

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 v1.2.0 -m "<description of version>" de097b4dc50366421cdfa1b20f1847fa44bd69fb
git push origin v1.2.0

Please sign in to comment.