Skip to content

Commit

Permalink
make dep versions finite
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Oct 25, 2022
1 parent 02547c3 commit f9588d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Test"]

[compat]
KahanSummation = ">= 0.3.1"
KahanSummation = "0.3, 0.4"
Statistics = "1.7"
StatsBase = ">= 0.33"
LoopVectorization = ">= 0.12.125"
AccurateArithmetic = ">= 0.3.8"
StatsBase = "0.33, 0.34, 0.35, 0.36"
LoopVectorization = "0.12, 0.13, 0.14"
AccurateArithmetic = "0.3.8, 0.3.9, 0.3.10"
julia = "1.7.2"

4 comments on commit f9588d2

@JeffreySarnoff
Copy link
Owner 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.

An unexpected error occurred during registration.

@JeffreySarnoff
Copy link
Owner 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/71043

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

Please sign in to comment.