Skip to content

Commit

Permalink
Merge pull request #260 from JuliaTrustworthyAI/compathelper/new_vers…
Browse files Browse the repository at this point in the history
…ion/2023-07-15-01-28-15-126-00487201268

CompatHelper: bump compat for Flux to 0.14, (keep existing compat)
  • Loading branch information
pat-alt authored Aug 11, 2023
2 parents a0fc0dd + 4c7d328 commit 7dfd818
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 = "CounterfactualExplanations"
uuid = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
authors = ["Patrick Altmeyer <[email protected]>"]
version = "0.1.13"
version = "0.1.14"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down Expand Up @@ -51,7 +51,7 @@ DataFrames = "1"
DecisionTree = "0.12.3"
Distributions = "0.25.97"
EvoTrees = "0.14, 0.15"
Flux = "0.12, 0.13"
Flux = "0.12, 0.13, 0.14"
JuliaFormatter = "1.0.34"
LaplaceRedux = "0.1"
MLDatasets = "0.7"
Expand Down

2 comments on commit 7dfd818

@pat-alt
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 created: JuliaRegistries/General/89444

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

Please sign in to comment.