Skip to content

Commit 35b2f38

Browse files
committed
Update deps, rename master to main
1 parent 066dc76 commit 35b2f38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
tags: ['*']
77
pull_request:
88
workflow_dispatch:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ XAIBase = "9b48221d-a747-4c1b-9860-46a1d8ba24a7"
1515

1616
[compat]
1717
ADTypes = "1"
18-
DifferentiationInterface = "0.6"
18+
DifferentiationInterface = "0.6, 0.7"
1919
Distributions = "0.25"
2020
ProgressMeter = "1.10.4"
2121
Random = "<0.0.1, 1"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ Contributions are welcome!
170170
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
171171
[docs-dev-url]: https://julia-xai.github.io/ExplainableAI.jl/dev
172172
[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
174174

175175
[ci-img]: https://github.com/Julia-XAI/ExplainableAI.jl/workflows/CI/badge.svg
176176
[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
178178
[codecov-url]: https://codecov.io/gh/Julia-XAI/ExplainableAI.jl
179179

180180
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg

0 commit comments

Comments
 (0)