Skip to content

Commit

Permalink
Makie compat bump (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Aug 11, 2022
1 parent aef6df0 commit d1cf413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Lighthouse"
uuid = "ac2c24cd-07f0-4848-96b2-1b82c3ea0e59"
authors = ["Beacon Biosignals, Inc."]
version = "0.14.12"
version = "0.14.13"

[deps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
Expand All @@ -21,10 +21,10 @@ TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
[compat]
Arrow = "2.3"
ArrowTypes = "1, 2"
CairoMakie = "0.7"
CairoMakie = "0.7, 0.8"
DataFrames = "1.3"
Legolas = "0.3"
Makie = "0.16.5"
Makie = "0.16.5, 0.17"
StatsBase = "0.33"
Tables = "1.7"
TensorBoardLogger = "0.1"
Expand Down

2 comments on commit d1cf413

@palday
Copy link
Member Author

@palday palday commented on d1cf413 Aug 11, 2022

Choose a reason for hiding this comment

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

@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/66101

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.14.13 -m "<description of version>" d1cf413a2c65d48883734b88f4bfd8d989e5dc75
git push origin v0.14.13

Please sign in to comment.