Skip to content

Commit e254d90

Browse files
authored
Bump FillArrays dep (#195)
* Bump FillArrays dep * Bump test deps and update CompatHelper * Remove Stheno from test deps * Fix up compat helper
1 parent f2c08fc commit e254d90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: "Run CompatHelper"
2121
run: |
2222
import CompatHelper
23-
CompatHelper.main()
23+
subdirs = ["", "test", "docs"]
24+
CompatHelper.main(; subdirs=subdirs)
2425
shell: julia --color=yes {0}
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Stheno"
22
uuid = "8188c328-b5d6-583d-959b-9690869a5511"
3-
version = "0.7.11"
3+
version = "0.7.12"
44

55
[deps]
66
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
@@ -20,7 +20,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2020
AbstractGPs = "0.2.25, 0.3"
2121
BlockArrays = "0.15, 0.16"
2222
ChainRulesCore = "0.9.44, 0.10"
23-
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11"
23+
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
2424
KernelFunctions = "0.9.6, 0.10"
2525
MacroTools = "0.4, 0.5"
2626
Reexport = "0.2, 1"

test/Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1414
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1515

1616
[compat]
17-
Documenter = "0.25"
18-
FiniteDifferences = "0.11"
17+
Documenter = "0.25, 0.26, 0.27"
18+
FiniteDifferences = "0.12"
1919
TimerOutputs = "0.5"
20-
julia = "1.3"

0 commit comments

Comments
 (0)