Skip to content

Commit 7418ae7

Browse files
committed
strict compat for CE.jl
1 parent 1804076 commit 7418ae7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
version:
2121
- '1.7'
2222
- '1.8'
23-
- '~1.9.0-0'
24-
- 'nightly'
23+
- '1.9'
2524
os:
2625
- ubuntu-latest
2726
arch:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2525

2626
[compat]
2727
CSV = "0.10"
28-
CounterfactualExplanations = "0.1"
28+
CounterfactualExplanations = "0.1 - 0"
2929
DataFrames = "1"
3030
Distances = "0.10"
3131
Flux = "0.13"

0 commit comments

Comments
 (0)