Skip to content

Commit

Permalink
Add compat for CategoricalArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDunnNZ committed Jan 21, 2022
1 parent e430d3e commit 27c2f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LegacyStrings = "1b4a561d-cfcb-5daf-8433-43fcf8b4bea3"

[compat]
julia = "1"
CategoricalArrays = "0.9, 0.10"
CSV = "0.9, 0.10"
DataDeps = "0.7"
DataFrames = "1"
Expand Down

2 comments on commit 27c2f81

@JackDunnNZ
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/52907

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.0.0 -m "<description of version>" 27c2f81da143a0004c72cb608da0c527e3a0e22e
git push origin v1.0.0

Please sign in to comment.