Skip to content

Commit 4194be4

Browse files
committed
strict bounds in test/Project.toml
1 parent 7418ae7 commit 4194be4

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: julia-actions/setup-julia@v1
4949
with:
50-
version: '1'
50+
version: '1.9'
5151
- uses: julia-actions/julia-buildpkg@v1
5252
- uses: julia-actions/julia-docdeploy@v1
5353
env:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ CSV = "0.10"
2828
CounterfactualExplanations = "0.1 - 0"
2929
DataFrames = "1"
3030
Distances = "0.10"
31-
Flux = "0.13"
31+
Flux = "0.13 - 0.14"
3232
Images = "0.25"
3333
KernelFunctions = "0.10"
3434
MLJBase = "0.21.3"
35-
MLUtils = "0.3.1, 0.4"
35+
MLUtils = "0.3.1 - 0.4"
3636
Parameters = "0.12"
3737
ProgressMeter = "1"
3838
StatsBase = "0.33"

test/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
66
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9+
10+
[compat]
11+
CounterfactualExplanations = "0.1 - 0"
12+
Flux = "0.13 - 0.14"
13+

0 commit comments

Comments
 (0)