Skip to content

Commit 784dbad

Browse files
authored
Merge pull request #126 from JuliaGaussianProcesses/unpin
2 parents 6023595 + d282df2 commit 784dbad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Project.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TemporalGPs"
22
uuid = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f"
33
authors = ["willtebbutt <[email protected]> and contributors"]
4-
version = "0.6.7"
4+
version = "0.6.8"
55

66
[deps]
77
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
@@ -20,10 +20,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2020
AbstractGPs = "0.5.17"
2121
Bessels = "0.2.8"
2222
BlockDiagonals = "0.1.7"
23-
ChainRulesCore = "1.0.0 - 1.16.0"
24-
FillArrays = "0.13.0 - 0.13.7"
23+
ChainRulesCore = "1"
24+
FillArrays = "0.13.0 - 0.13.7, 1"
2525
KernelFunctions = "0.9, 0.10.1"
26-
StaticArrays = "1.0.0 - 1.6.5"
26+
StaticArrays = "1"
2727
StructArrays = "0.5, 0.6"
28-
Zygote = "0.6.65 - 0.6.65"
28+
Zygote = "0.6.65"
2929
julia = "1.6"

0 commit comments

Comments
 (0)