Skip to content

Commit

Permalink
Bump some dependencies (#34)
Browse files Browse the repository at this point in the history
* Bump some bounds

* Restrict versions further

* Don't run on Windows
  • Loading branch information
willtebbutt committed Dec 2, 2020
1 parent fc9be6c commit 4bdda0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
Expand Down
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TemporalGPs"
uuid = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f"
authors = ["willtebbutt <wt0881@my.bristol.ac.uk>"]
version = "0.3.6"
version = "0.3.7"

[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Expand All @@ -17,12 +17,12 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

[compat]
BlockArrays = "0.12"
BlockDiagonals = "0.1"
Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
FillArrays = "0.7, 0.8"
Kronecker = "0.4"
StaticArrays = "0.12.1"
BlockArrays = "0.13"
BlockDiagonals = "0.1.7"
Distributions = "0.24"
FillArrays = "0.10"
Kronecker = "0.4.2"
StaticArrays = "1"
Stheno = "0.6.6"
Zygote = "0.5"
ZygoteRules = "0.2"
Expand Down

2 comments on commit 4bdda0d

@willtebbutt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/25695

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.7 -m "<description of version>" 4bdda0d2e82528963830c366c09ac68d45145690
git push origin v0.3.7

Please sign in to comment.