Skip to content

Commit

Permalink
Add compat bounds for ProgressMeter.jl, ColorVectorSpace.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoh authored Apr 20, 2022
1 parent ea9fb28 commit 7c0842f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Animations = "0.4"
BSON = "0.3"
CSV = "0.8, 0.9, 0.10"
ColorVectorSpace = "0.9"
Colors = "0.12"
DataAugmentation = "0.2.4"
DataDeps = "0.7"
Expand All @@ -67,6 +68,7 @@ MLDataPattern = "0.5"
MosaicViews = "0.2, 0.3"
Parameters = "0.12"
PrettyTables = "1.2"
ProgressMeter = "1"
Reexport = "1.0"
Requires = "1"
Setfield = "0.7, 0.8"
Expand Down

2 comments on commit 7c0842f

@lorenzoh
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/58789

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

Please sign in to comment.