Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Apr 8, 2024
1 parent 1e5378e commit 13dd9b2
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 = "TaijaData"
uuid = "9d524318-b4e6-4a65-86d2-b2b72d07866c"
authors = ["Patrick Altmeyer"]
version = "0.1.1"
version = "1.0.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
CSV = "0.10"
CounterfactualExplanations = "0.1, 0.2"
CounterfactualExplanations = "0.1, 1"
DataAPI = "1"
DataFrames = "1"
Flux = "0.12, 0.13, 0.14"
Expand Down

2 comments on commit 13dd9b2

@pat-alt
Copy link
Member Author

@pat-alt pat-alt commented on 13dd9b2 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/104486

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.0 -m "<description of version>" 13dd9b2703d2961d782ec9512c232501bda424f5
git push origin v1.0.0

Please sign in to comment.