Skip to content

Commit 90be857

Browse files
committed
trying to sort out compat
1 parent 58e0642 commit 90be857

5 files changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.7'
22-
- '1.8'
2321
- '1.9'
2422
os:
2523
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CounterfactualExplanations = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
99
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1010
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
1111
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
12-
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
1312
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
1413
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
1514
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -25,11 +24,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2524

2625
[compat]
2726
CSV = "0.10"
28-
CounterfactualExplanations = "0.1 - 0.1.6"
27+
CounterfactualExplanations = "=0.1.6"
2928
DataFrames = "1"
3029
Distances = "0.10"
3130
Flux = "0.13 - 0.14"
32-
Images = "0.25"
3331
KernelFunctions = "0.10"
3432
MLJBase = "0.21.3"
3533
MLUtils = "0.3.1 - 0.4"

README.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ crossref:
1212
fig-prefix: Figure
1313
tbl-prefix: Table
1414
bibliography: 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 >}}

_quarto.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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"]

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
99

1010
[compat]
11-
CounterfactualExplanations = "0.1 - 0.1.6"
11+
CounterfactualExplanations = "=0.1.6"
1212
Flux = "0.13 - 0.14"
1313

0 commit comments

Comments
 (0)