Skip to content

Commit

Permalink
update compat
Browse files Browse the repository at this point in the history
Update compat entries to comply with the new JuliaRegistrator guidelines
  • Loading branch information
abhinavnatarajan committed Oct 31, 2023
1 parent 7f42e07 commit bfffcc6
Showing 1 changed file with 29 additions and 25 deletions.
54 changes: 29 additions & 25 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
name = "RedClust"
uuid = "bf1adee6-87fe-4679-8d23-51fe99940a25"
authors = ["Abhinav Natarajan <[email protected]>"]
version = "1.2.2"
name = "RedClust"
uuid = "bf1adee6-87fe-4679-8d23-51fe99940a25"
authors = ["Abhinav Natarajan <[email protected]>"]
version = "1.2.2"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Clustering = "0.13.5, 0.14, 0.15"
Distances = "0.10.3"
Distributions = "0.25.42"
HDF5 = "0.16.11, 0.17"
Clustering = "0.13.5, 0.14, 0.15"
Dates = "1.7"
Distances = "0.10.3"
Distributions = "0.25.42"
HDF5 = "0.16.11, 0.17"
LinearAlgebra = "1.7"
LoopVectorization = "0.12.100"
ProgressBars = "1.4"
SpecialFunctions = "1.8, 2"
StaticArrays = "1.4"
StatsBase = "0.33.8, 0.34"
julia = "1.7"
Printf = "1.7"
ProgressBars = "1.4"
Random = "1.7"
SpecialFunctions = "1.8, 2"
StaticArrays = "1.4"
StatsBase = "0.33.8, 0.34"
julia = "1.7"

2 comments on commit bfffcc6

@abhinavnatarajan
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/94520

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.2 -m "<description of version>" bfffcc65436722c59fb8dc9573f9ca7f6bbb8fd9
git push origin v1.2.2

Please sign in to comment.