Skip to content

Commit

Permalink
Merge pull request #5 from dkarrasch/patch-1
Browse files Browse the repository at this point in the history
Update a few dependencies
  • Loading branch information
1oly authored May 1, 2023
2 parents e834c50 + 4bf69d6 commit 7fdb5d4
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["AeroAcoustics"]
license = "MIT"
desc = "A package for post-processing of microphone array measurements"
authors = ["Oliver Lylloff <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand All @@ -18,10 +18,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"

[compat]
DSP = "0.6.7"
DSP = "0.6.7, 0.7"
Distances = "0.10"
FFTW = "1.1"
LazyArrays = "0.16"
LazyArrays = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
NLsolve = "4.4"
Parameters = "0.12.3"
ThreadsX = "0.1.10"
Expand Down

2 comments on commit 7fdb5d4

@1oly
Copy link
Owner Author

@1oly 1oly commented on 7fdb5d4 May 1, 2023

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/82625

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

Please sign in to comment.