Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
pat-alt committed Apr 8, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
westonruter Weston Ruter
1 parent 27c913f commit cee2185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TaijaPlotting"
uuid = "bd7198b4-c7d6-400c-9bab-9a24614b0240"
authors = ["Patrick Altmeyer"]
version = "1.0.9"
version = "1.0.10"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -22,7 +22,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
CategoricalArrays = "0.10"
ConformalPrediction = "0.1"
CounterfactualExplanations = "0.1"
CounterfactualExplanations = "0.1, 1"
DataAPI = "1"
Distributions = "0.25"
Flux = "0.12, 0.13, 0.14"

2 comments on commit cee2185

@pat-alt
Copy link
Member Author

@pat-alt pat-alt commented on cee2185 Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Bumped compat for CE

@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 created: JuliaRegistries/General/104485

Tagging

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.10 -m "<description of version>" cee21853641d1211cfea2068ab6776950ed1b9da
git push origin v1.0.10

Please sign in to comment.