We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1804076 commit 7418ae7Copy full SHA for 7418ae7
2 files changed
.github/workflows/CI.yml
@@ -20,8 +20,7 @@ jobs:
20
version:
21
- '1.7'
22
- '1.8'
23
- - '~1.9.0-0'
24
- - 'nightly'
+ - '1.9'
25
os:
26
- ubuntu-latest
27
arch:
Project.toml
@@ -25,7 +25,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSV = "0.10"
28
-CounterfactualExplanations = "0.1"
+CounterfactualExplanations = "0.1 - 0"
29
DataFrames = "1"
30
Distances = "0.10"
31
Flux = "0.13"
0 commit comments