Skip to content

Commit

Permalink
Remove support for Julia <1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Oct 10, 2024
1 parent 22051fd commit 9088127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RelevancePropagation"
uuid = "0be6dd02-ae9e-43eb-b318-c6e81d6890d8"
authors = ["Adrian Hill <[email protected]>"]
version = "2.0.3-DEV"
version = "3.0.0-DEV"

[deps]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Expand All @@ -20,6 +20,6 @@ Markdown = "1"
Random = "1"
Reexport = "1"
Statistics = "1"
XAIBase = "3"
XAIBase = "4"
Zygote = "0.6"
julia = "1.6"
julia = "1.10"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package is part of the [Julia-XAI ecosystem](https://github.com/Julia-XAI)
[ExplainableAI.jl](https://github.com/Julia-XAI/ExplainableAI.jl).

## Installation
This package supports Julia ≥1.6. To install it, open the Julia REPL and run
This package supports Julia ≥1.10. To install it, open the Julia REPL and run
```julia-repl
julia> ]add RelevancePropagation
```
Expand Down
1 change: 0 additions & 1 deletion src/RelevancePropagation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ using Zygote
using Markdown
using Statistics: mean, std

include("compat.jl")
include("bibliography.jl")
include("layer_types.jl")
include("layer_utils.jl")
Expand Down
6 changes: 0 additions & 6 deletions src/compat.jl

This file was deleted.

0 comments on commit 9088127

Please sign in to comment.