File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
tags : ['*']
7
7
pull_request :
8
8
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ XAIBase = "9b48221d-a747-4c1b-9860-46a1d8ba24a7"
15
15
16
16
[compat ]
17
17
ADTypes = " 1"
18
- DifferentiationInterface = " 0.6"
18
+ DifferentiationInterface = " 0.6, 0.7 "
19
19
Distributions = " 0.25"
20
20
ProgressMeter = " 1.10.4"
21
21
Random = " <0.0.1, 1"
Original file line number Diff line number Diff line change @@ -170,11 +170,11 @@ Contributions are welcome!
170
170
[ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
171
171
[ docs-dev-url ] : https://julia-xai.github.io/ExplainableAI.jl/dev
172
172
[ changelog-img ] : https://img.shields.io/badge/news-changelog-yellow.svg
173
- [ changelog-url ] : https://github.com/Julia-XAI/ExplainableAI.jl/blob/master /CHANGELOG.md
173
+ [ changelog-url ] : https://github.com/Julia-XAI/ExplainableAI.jl/blob/main /CHANGELOG.md
174
174
175
175
[ ci-img ] : https://github.com/Julia-XAI/ExplainableAI.jl/workflows/CI/badge.svg
176
176
[ ci-url ] : https://github.com/Julia-XAI/ExplainableAI.jl/actions
177
- [ codecov-img ] : https://codecov.io/gh/Julia-XAI/ExplainableAI.jl/branch/master /graph/badge.svg
177
+ [ codecov-img ] : https://codecov.io/gh/Julia-XAI/ExplainableAI.jl/branch/main /graph/badge.svg
178
178
[ codecov-url ] : https://codecov.io/gh/Julia-XAI/ExplainableAI.jl
179
179
180
180
[ aqua-img ] : https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
You can’t perform that action at this time.
0 commit comments