File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 version :
21- - ' 1.7'
22- - ' 1.8'
2321 - ' 1.9'
2422 os :
2523 - ubuntu-latest
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ CounterfactualExplanations = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
99DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1010Distances = " b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
1111Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
12- Images = " 916415d5-f1e6-5110-898d-aaa5f9f070e0"
1312KernelFunctions = " ec8451be-7e33-11e9-00cf-bbf324bd1392"
1413LazyArtifacts = " 4af54fe1-eca0-43a8-85a7-787d91b784e3"
1514LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -25,11 +24,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2524
2625[compat ]
2726CSV = " 0.10"
28- CounterfactualExplanations = " 0.1 - 0.1.6"
27+ CounterfactualExplanations = " = 0.1.6"
2928DataFrames = " 1"
3029Distances = " 0.10"
3130Flux = " 0.13 - 0.14"
32- Images = " 0.25"
3331KernelFunctions = " 0.10"
3432MLJBase = " 0.21.3"
3533MLUtils = " 0.3.1 - 0.4"
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ crossref:
1212 fig-prefix : Figure
1313 tbl-prefix : Table
1414bibliography : bib.bib
15- jupyter : julia-1.8
15+ engine : julia
16+ julia :
17+ exeflags : ["+1.9"]
1618---
1719
1820[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliatrustworthyai.github.io/AlgorithmicRecourseDynamics.jl/stable )
1921[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliatrustworthyai.github.io/AlgorithmicRecourseDynamics.jl/dev )
2022[ ![ Build Status] ( https://github.com/juliatrustworthyai/AlgorithmicRecourseDynamics.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/juliatrustworthyai/AlgorithmicRecourseDynamics.jl/actions/workflows/CI.yml?query=branch%3Amain )
2123[ ![ Coverage] ( https://codecov.io/gh/juliatrustworthyai/AlgorithmicRecourseDynamics.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/juliatrustworthyai/AlgorithmicRecourseDynamics.jl )
2224[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
23- [ ![ ColPrac: Contributor’s Guide on Collaborative Practices for Community Packages] ( https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet.png )] ( https://github.com/SciML/ColPrac )
24- [ ![ Twitter Badge] ( https://img.shields.io/twitter/url/https/twitter.com/paltmey.svg?style=social&label=Follow%20%40paltmey )] ( https://twitter.com/paltmey )
2525
2626# AlgorithmicRecourseDynamics
2727
28- {{< include docs/src/_ intro.qmd >}}
28+ {{< include docs/src/_ intro.qmd >}}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ execute:
1414 echo : true
1515 output : false
1616
17- jupyter : julia-1.8
18-
19-
20-
17+ engines : ['julia']
18+ julia :
19+ exeflags : ["+1.9"]
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
99
1010[compat ]
11- CounterfactualExplanations = " 0.1 - 0.1.6"
11+ CounterfactualExplanations = " = 0.1.6"
1212Flux = " 0.13 - 0.14"
1313
You can’t perform that action at this time.
0 commit comments