-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added threads to csm and removed LazyArrays dep
- Loading branch information
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,12 @@ keywords = ["AeroAcoustics"] | |
license = "MIT" | ||
desc = "A package for post-processing of microphone array measurements" | ||
authors = ["Oliver Lylloff <[email protected]>"] | ||
version = "0.2.4" | ||
version = "0.2.5" | ||
|
||
[deps] | ||
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" | ||
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" | ||
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" | ||
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" | ||
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" | ||
|
@@ -21,9 +20,9 @@ ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d" | |
DSP = "0.6.7, 0.7" | ||
Distances = "0.10" | ||
FFTW = "1.1" | ||
LazyArrays = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1" | ||
NLsolve = "4.4" | ||
Parameters = "0.12.3" | ||
Statistics = "1" | ||
ThreadsX = "0.1.10" | ||
julia = "1.6" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters