Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Nov 8, 2023
1 parent 4666056 commit dc2718b
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 @@ -22,6 +22,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
CategoricalArrays = "0.10"
ConformalPrediction = "0.1"
CounterfactualExplanations = "0.1"
DataAPI = "1"
Distributions = "0.25"
Flux = "0.12, 0.13, 0.14"
Expand Down

2 comments on commit dc2718b

@pat-alt
Copy link
Member Author

@pat-alt pat-alt commented on dc2718b Nov 8, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

@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/94980

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.3 -m "<description of version>" dc2718b7b3179f881b417014c60ac7e88157414d
git push origin v1.0.3

Please sign in to comment.